Audio Separation using Deep Learning 🎵
To build an efficient system that can separate components from audio files into vocals, drums, bass, etc.
Reshmika Nambiar
Gauri Shewale
Meera Wadher
In terminal, type the following to install requirements
python3 -m venv env
env\Scripts\activate
pip install -r requirements.txt
Once all the requirements are installed, run the flask app using this
python app.py
Open 127.0.0.1:5000 in browser to view the website
- Modularize the code
- Remove unused dependencies