Skip to content

arashshams/Movie_Recommender_Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie_Recommender_Systems

This repo hosts a script to build a few Recommender Systems for movies using the Kaggle's MovieLens dataset. The original source of the data is here, and the structure of the data is described in the README that comes with it.

Note: The data set is not included in this repo due to size limitations. Make sure to download the folder (ml-100k) from Kaggle and put it in data\ml-100k\ folder in the project root.

Dependencies

If you want to reproduce the report (Analysis.ipynb) on your local, simply run below commands in terminal to create the environment for running the notebook.

conda env create -f environment.yml
conda activate env