Skip to content

The goal is to train a machine to predict a musical genre given any album cover. This will be implemented using several ML techniques covered in Stanford's CS231n such as using a knn classifier, linear classifier, and cnn's.

Notifications You must be signed in to change notification settings

lmendes14/Genre-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genre-Predictor

The overall project goal is to train a machine to predict a musical genre given any album cover. This will be implemented using several ML techniques covered in Stanford's CS231n such as using a knn classifier, linear classifier, and cnn's. The first goal is to acquire the dataset needed to train such a machine. After doing some exploring on Kaggle, it seems that there doesn't exist a dataset consisting of album covers along with their associated genres. Thus, I've decided to create my own by scraping data off of AllMusic's advanced search page.

About

The goal is to train a machine to predict a musical genre given any album cover. This will be implemented using several ML techniques covered in Stanford's CS231n such as using a knn classifier, linear classifier, and cnn's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages