Skip to content

lucas-meyer-7/MovieLens-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieLens recommender system

The repository is structured as follows:

  • report: Contains the LaTeX code that was used to create the final report.
  • src: Contains the Python source code for the recommender system.
    • movie_recommender.py: The Python file that contains the MovieRecommender class.
    • movie_recommender.ipynb: The notebook used to the test the MovieRecommender class.
  • Final Report.pdf: This is the pdf file for my final report.

To understand how to use the MovieRecommender class, please refer to the notebook movie_recommender.ipynb, since it acts as a tutorial.

About

A recommender system built in Python which can recommend movies to a user based on which movies the user has given good ratings.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors