omeryusufyagci / fast-music-remover

A C++ based, lightweight music and noise remover for YouTube and other internet media, using DeepFilterNet for audio enhancement.
MIT License
163 stars 20 forks source link

Introduce file upload support on the frontend with UI polish #73

Closed omeryusufyagci closed 1 week ago

omeryusufyagci commented 1 week ago

This PR introduces support for uploading files via the UI as well as provides a first-time polish. Backend is also updated to faciliate this change.

Closes #72