What about building a movie recommender system from some Amazon reviews? Sounds like fun! - Project for Faber Ventures
Dataset: http://snap.stanford.edu/data/web-Movies.html
Files in this repo:
- AmazonRecommenderSystem.ipynb - Notebook with all the code from the project
- recommendations.pickle - Generated Dictionary with the recommendations per user
Usage
- To query for some user, just go to section 4) in the notebook.