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
- Host: GitHub
- URL: https://github.com/andreas-bauer/ml-movie-recommender
- Owner: andreas-bauer
- License: mit
- Created: 2022-01-10T18:03:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T13:56:30.000Z (over 3 years ago)
- Last Synced: 2025-01-29T20:49:11.221Z (4 months ago)
- Language: Jupyter Notebook
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```