https://github.com/spidy20/movie_recommender_app
It is a movie recommender web application which is developed using the Python.
https://github.com/spidy20/movie_recommender_app
movie-recommendation movie-recommendation-system movielens-dataset
Last synced: 2 months ago
JSON representation
It is a movie recommender web application which is developed using the Python.
- Host: GitHub
- URL: https://github.com/spidy20/movie_recommender_app
- Owner: Spidy20
- Created: 2022-01-30T03:18:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T05:36:26.000Z (over 2 years ago)
- Last Synced: 2025-05-30T14:16:50.193Z (4 months ago)
- Topics: movie-recommendation, movie-recommendation-system, movielens-dataset
- Language: Jupyter Notebook
- Homepage: https://movierecommenderknn.herokuapp.com/
- Size: 1.98 MB
- Stars: 29
- Watchers: 1
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Recommendation🍿 System
[](https://www.python.org/)
[](https://www.python.org/downloads/release/python-360/)## [Watch Tutorial for this project](https://youtu.be/fPVXDur94dY)
## Source
- [IMDB Movie 5000 Dataset](https://www.kaggle.com/carolzhangdc/imdb-5000-movie-dataset)
- Inspired from this [original repository](https://github.com/ppai22/knn_movie_recommender).## Features
- Simple responsive UI
- Movie Story
- Movie Posters
- Directors & Cast information
- Total ratings
- IMDB Ratings⭐## Usage
- Clone my repository.
- Open CMD in working directory.
- Run following command.
```
pip install -r requirements.txt
```
- `App.py` is the main Python file of Streamlit Web-Application.
- To run app, write following command in CMD. or use any IDE.
```
streamlit run App.py
```
- `Movie_Data_Processing.ipynb` is the notebook of data processing.
- `Classifier.py` is the main file which is containing a KNN Algorithm.
- For more explanation of this project see the tutorial on Machine Learning Hub YouTube channel.## Screenshots
### Movie based Recommendation
### Genre based Recommendation
## Just follow☝️ me and Star⭐ my repository
# [Buy me a Coffee☕](https://www.buymeacoffee.com/spidy20)
## [Donate me on PayPal(It will inspire me to do more projects)](https://www.paypal.me/spidy1820)