An open API service indexing awesome lists of open source software.

https://github.com/andreas-bauer/ml-movie-recommender

Movie Recommender Systems
https://github.com/andreas-bauer/ml-movie-recommender

Last synced: 2 months ago
JSON representation

Movie Recommender Systems

Awesome Lists containing this project

README

        

# Movie Recommender Systems

This repository provides an implementation of a movie recommender systems based on datasets from [kaggle](https://www.kaggle.com/rounakbanik/movie-recommender-systems/).

## Download Dataset

Download the dataset using the [kaggle API](https://github.com/Kaggle/kaggle-api):

```sh
kaggle datasets download rounakbanik/the-movies-dataset -p ./data --unzip
```