-
Make a
virtualenv
forpython3
in the directory that contains this README. Lets call itmusic-env
. -
First, start the
virtualenv
bysource music-env/bin/activate
. -
Then, install all the required packages by
pip3 install -r requirements.txt
.
NOTE: tensorflow should be installed by visiting this link. -
In the 'Classifiers' directory, run any of the classifiers by
python3 <classifier_name>
.