https://github.com/sundanc/movierecommendation
Movie recommendation system based on user input. Built with Streamlit
https://github.com/sundanc/movierecommendation
movie-recommendation-app python scikit-learn scikitlearn-machine-learning streamlib
Last synced: 7 months ago
JSON representation
Movie recommendation system based on user input. Built with Streamlit
- Host: GitHub
- URL: https://github.com/sundanc/movierecommendation
- Owner: sundanc
- License: mit
- Created: 2024-12-05T08:02:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:40:15.000Z (10 months ago)
- Last Synced: 2025-02-06T09:47:48.755Z (9 months ago)
- Topics: movie-recommendation-app, python, scikit-learn, scikitlearn-machine-learning, streamlib
- Language: Python
- Homepage:
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
- Get details of the movie

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

- 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