Skip to content

MahamdiAmine/Singing-Voice-Separation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSG Project 2018-2019 :

  • Mahamdi Mohammed & Boukabane Randa

Singing-Voice Separation From Recordings

Separating singing voices from music accompaniment is an important task in many applications, such as music information retrieval, lyric recognition and alignment.

this is a simple implementation of the Robust Principal Component Analysis method.

License

Completely free (GNU)! See LICENSE for more.

Install

For Debian based systems: make sure you have Python 3.6 (or +) installed, and run the following commands :

$ git clone https://github.com/MahamdiAmine/Singing-Voice-Separation.git                                
$ cd Singing-Voice-Separation/
$ pip install -r requirements.txt
$ python main.py

Or you can use the executable file : Windows, Linux.

Contact

To contact me, click here.

Documentation

To read some documentation click here.