Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 341 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 341 Bytes

Cover Song Identification

Code for performing Cover song identification on the Second Hand Song (SHS) Dataset.

extractData.m is a Matlab script to pre-process the SHS data - To extract chroma features and take DTFT.

coverfind.py is a python script to train and test a multi-layer perceptron classifier using Scikit-learn library.