Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/necraul/movie-recommendation-system

Movie Recommendation System for a school project. Data taken from Kaggle.
https://github.com/necraul/movie-recommendation-system

kaggle kaggle-dataset python python3 recommendation-system

Last synced: about 4 hours ago
JSON representation

Movie Recommendation System for a school project. Data taken from Kaggle.

Awesome Lists containing this project

README

        

# movie-recommendation-system

Movie Recommendation System for a school project. Data taken from Kaggle.

## Requirements

Everything depends on `pandas` and even more so on `sklearn` (`scikit-learn`).

You can install these packages by running

```Python
pip install -r requirements.txt
```

## How it works

It asks for the movie name and how many movies you'd like to be shown and then gives similar movies based on your inputs.

For in-depth explanation, you can check the comments in `main.py`.