This project is a movie recommendation web application using Streamlit. Users can input their favorite movie, and the app provides recommendations based on movie similarities. Demo HERE
- Python 3.7 or higher
- Pip (Python package installer)
-
Clone the repository:
git clone https://github.com/your-username/movie-recommendations.git cd movie-recommendations -
Install dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Open your browser and navigate to http://localhost:8501 to access the app.
- Select your favorite movie from the dropdown menu.
- Click the "Suggest Rabdom" button to view random movie recommendations.
- Recommendations will be displayed with movie names and posters.
- Recommends movies based on similarity scores.
- User-friendly interface with dropdown and button interaction.
This project is licensed under the MIT License.
- The dataset used in this project is sourced from Kaggle.