This project is a simple movie recommendation system built using Streamlit for the interactive UI and Pickle for model serialization. It recommends movies based on user-selected inputs and displays the movie posters alongside the recommendations.
Provides movie recommendations based on a similarity model.
Fetches and displays posters using the TMDB API.
User-friendly interface built with Streamlit.
Select a movie from the dropdown.
Click the 'Show Recommendation' button to display five recommended movies with their posters.