Skip to content

A website to demonstrate the working of Open Unmix model where user uploads a .mp3 / .wav song file and gets 10sec vocals + instruments results generated from the uploaded file using the model.

Notifications You must be signed in to change notification settings

gaurishewale20/music-separation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A website to demonstrate the working of Open Unmix model where user uploads a .mp3 / .wav song file and gets 10sec vocals + instruments results generated from the uploaded file using the model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published