Finding the genre of a song with Deep Learning
A pipeline to build a dataset from your own music library and use it to fill the missing genres
Read the article on Medium
Required install:
eyed3
sox --with-lame
tensorflow
tflearn
To create the song slices (might be long):
python main.py slice
To train the classifier (long too):
python main.py train
To test the classifier (fast):
python main.py test