Skip to content

sushant3095/SongRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SongRecommender

Dataset used:Million Songs Dataset Source: http://labrosa.ee.columbia.edu/millionsong/ This Project uses a subset of the above data containing 10,000 songs obtained from: https://github.com/turi-code/tutorials/blob/master/notebooks/recsys_rank_10K_song.ipynb

Overview

A Song Recommender using item-item collaborative filtering, and user-item collaborative filtering for the aforementioned Dataset.

Dependencies

  • pandas
  • scikit-learn
  • numpy
  • scipy

Usage

Run Demonstrate.py .This will Print the Recommendations for a particular user(change line num 41 in Demonstrate.py for a different user)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages