This is a simple music classifier that classifies songs or music tracks into either a fast/party song or a slow/sad song. The program contains 3 scripts-
- music_classifier.py: This is the main script. It is should be located in the folder with the training data of all the slow songs
- btf.py: It is to be located in the folder with training data of all fast songs
- testerbt.py: It is to be located in folder with the testing data
Please adjust the paths to the files in the main script accordingly. This program uses K nearest neighbour as its training algorithm.