Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kowshik24/movie-recommendation-using-flask
Movie Recommendation System
https://github.com/kowshik24/movie-recommendation-using-flask
machine-learning recommender-system
Last synced: about 1 month ago
JSON representation
Movie Recommendation System
- Host: GitHub
- URL: https://github.com/kowshik24/movie-recommendation-using-flask
- Owner: kowshik24
- Created: 2023-05-10T23:39:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T20:14:54.000Z (6 months ago)
- Last Synced: 2024-07-17T00:23:11.723Z (6 months ago)
- Topics: machine-learning, recommender-system
- Language: HTML
- Homepage: https://movie-recommendation-ae4m.onrender.com/
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎬 Movie Recommendation Using Flask 🍿
This is a simple movie recommendation system built using Flask.
## Installation
1. Clone the repository:
```
git clone https://github.com/kowshik24/Movie-Recommendation-Using-Flask.git
```2. Install the required libraries:
```
pip install -r requirements.txt
```## Usage
1. Run the Flask app:
```
python app.py
```2. Open your web browser and navigate to `http://localhost:5000`.
3. Enter a movie name and click the "Get Recommendations" button to get a list of recommended movies.
## Demo
![Demo](images/demo_1.jpg)
![Demo](images/demo_2.jpg)
![Demo](images/demo_3.jpg)## Author
Kowshik Deb Nath
Contact: [email protected]
I hope this helps! Let me know if you have any other questions.