Song Recommender system using following filtering algorithms:
- popularity based filtering.
- Item-Item based collaborative filtering.
##Dependencies
- pandas
- scikit-learn
- numpy
- scipy
Use pip to install missing dependencies.
##Usage
Run jupyter notebook
when in the main code directory to see this run in your browser.