Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 979 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 979 Bytes

music-separation

Audio Separation using Deep Learning 🎵

Aim

To build an efficient system that can separate components from audio files into vocals, drums, bass, etc.

Team Members

Reshmika Nambiar
Gauri Shewale
Meera Wadher

Project Report 📄

Click to view

PPT

Click to view

Setup 🖥️

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

ToDo 📝

  • Modularize the code
  • Remove unused dependencies