Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 605 Bytes

Music Genre Classification

IIIT Hyderabad Course Project: SMAI

Instructions

  • Make a virtualenv for python3 in the directory that contains this README. Lets call it music-env.

  • First, start the virtualenv by source 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>.