Movie Recommender with Collaborative Filtering Colab walkthrough - 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