Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 319 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 319 Bytes

MusicCogGroup1

Step 1: Extract features from data

parser.py extracts features from the data folder and saves them to data.csv.

python3 parser.py

Step 2: Classify genres

classifier.py selects features from data.csv and performs the classification.

python3 classifier.py