Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sundanc/movierecommendation

Simple movie recommendation system built with Streamlit
https://github.com/sundanc/movierecommendation

movie-recommendation-app python scikit-learn scikitlearn-machine-learning streamlib

Last synced: 5 days ago
JSON representation

Simple movie recommendation system built with Streamlit

Awesome Lists containing this project

README

        

# Movie Recommendation System

This is a simple movie recommendation system built with Streamlit. It allows users to enter a movie title, and based on that, it will display the movie's details and recommend similar movies.

## Features
- Enter a movie title to get its details such as genres and overview.

![image](https://github.com/user-attachments/assets/d4119e2b-0e8d-4969-a48a-f3621f68767d)

- Get details of the movie

![image](https://github.com/user-attachments/assets/a7cc1e39-a1da-4613-9ab9-03073e405a61)

- Get a list of recommended movies based on the entered title.

![image](https://github.com/user-attachments/assets/d43c8a22-6d45-4536-8d15-853b3cde0154)

- Built with Streamlit for an interactive web app.

## Installation

To run this project locally:

### 1. Clone the repository

```bash
git clone https://github.com/sundanc/movierecommendation