Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 514 Bytes

Movie-Recommender-System

In this project, we utilize model-based collaborative filtering and MovieLens dataset to build a prototype movie recommender system. You, as a new user, can select one favorite movie from the drop-down menu and then 10 movies will be recommended to you base on previous users' experience. Such interactive user interface is implemented on Jupyter notebook.

Requirement:

Please make sure the packages below are installed : Surprise, Numpy, Pandas, Matplotlib, ipywidgets and IPython