Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/necraul/movie-recommendation-system
- Owner: NecRaul
- License: gpl-3.0
- Created: 2023-05-11T15:01:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T00:54:40.000Z (9 months ago)
- Last Synced: 2024-02-21T13:41:07.189Z (9 months ago)
- Topics: kaggle, kaggle-dataset, python, python3, recommendation-system
- Language: Python
- Homepage:
- Size: 8.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.