MusicLabel is a music file categorizer. You can place a large portion of music files and quickly sort them.
Inside the project there is a folder called /input_files, inside this folder create a folder for each task you want to do. For example if you want to categorise your classical music, but also do another task classing techno, make two different folders, placing the music for each in the respective folder.
Run the project, from there create a task, selecting the folder relevant for the task and adding the labels.
When you classify your files they will output to the folder /output_files. The naming convention for where the files are placed go as /output_files/TASKNAME/LABELNAME/
To install MusicLabel you'll need to have node.js install on your computer.
Once you've cloned this project by doing
git clone [email protected]:alexHewittProcter/MusicLabel.gitYou then need to run
npm run deepInstallThats all you need to do to install MusicLabel
To run MusicLabel run
npm run start