Remove background noise from audio and download cleaned mp3.
- Upload any mp3/wav
- AI Noise Reduction with noisereduce
- Play cleaned audio in browser
- Download as hello_clean.mp3
- Bass control slider
- Install Python 3
- Clone repo:
git clone https://github.com/Nusrath12-sudo/SoundCleaner-Pro.git - Run:
pip install flask librosa noisereduce soundfile - Run:
python app.py - Open
http://127.0.0.1:5000