Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.