This application includes a noise remover which uses CleanUNet as its denoising model; and a beat mixer which allows users to add background music to their audio.
- Clone the repo
git clone https://github.com/hieunm44/noise-remover-beat-mixer.git cd noise-remover-beat-mixer - Install necessary packages
pip install -r requirements.txt
- Go to https://github.com/NVIDIA/CleanUNet and download pretrained models located in the folder
exp, then put them into your local folderexp. - Run the app
streamlit run app.py
