In this project, we plan to implement a personalized movie recommendation system. We plan to use the MovieLens dataset from the open source database GroupLens to help us build the recommendation system.
https://files.grouplens.org/datasets/movielens/ml-25m.zip
To properly run the .ipynb file, please make sure to download the zip file from the link above, extract the movies.csv and ratings.csv, and then place them in the directory where you are running the code.