Welcome to the Movie Recommendation System, a delightful web application that suggests movies based on user preferences. Explore and discover new films you'll love!
- Select Your Favorites: Choose your favorite movie from a curated list.
- Instant Recommendations: Get personalized movie suggestions with a single click.
- Visual Experience: Enjoy beautiful movie posters for a more immersive discovery.
app.py
: Main script for the Streamlit application.movies_list.pk1
: Pickle file containing movie data.similarity.pk1
: Pickle file containing similarity data.
Run the Application:
streamlit run app.py
- Movie data sourced from The Movie Database (TMDb).
- Streamlit
- Requests
- Pickle
- Pandas
Happy Movie Watching! 🍿🎉