Skip to content

Latest commit

 

History

History

movie-recommender

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Movie Recommender with Collaborative Filtering

image

Colab walkthrough - Open In Colab

Get dataset

Download and unzip the dataset from MovieLens. The example uses the 100k small dataset.

curl https://files.grouplens.org/datasets/movielens/ml-latest-small.zip -o ml-latest-small.zip
unzip ml-latest-small.zip

Python

Run the script

python main.py