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
A Song Recommender using item-item collaborative filtering, and user-item collaborative filtering for the aforementioned Dataset.
- pandas
- scikit-learn
- numpy
- scipy
Run Demonstrate.py .This will Print the Recommendations for a particular user(change line num 41 in Demonstrate.py for a different user)