This project is a Movie Recommendation System built using Streamlit, a popular Python library for building interactive web applications. The recommendation system suggests movies to users based on their preferences and past interactions with the platform.
- Personalized Recommendations: The system provides personalized movie recommendations to users based on their preferences and past interactions.
- Interactive Interface: The application offers an interactive interface where users can easily explore recommended movies and adjust their preferences.
- Easy Deployment: Streamlit makes it easy to deploy the recommendation system as a web application, allowing users to access it from any device with an internet connection.
You can install the dependencies using the following command:
pip install -r requirements.txt