This is a simple content-based movie recommender system build using the TMDB movie Dataset. The app is built using Streamlit, a fast and easy way to create data apps in Python.
- Recommends similar movies based on selected movie.
- Uses cosine similarity on movie features.
- simple and clean UI using Streamlit.
- Poster images fetched from OMDB API.
- Select a movie from the dropdown list.
- Get 5 similar movies with posters displayed
- Python
- Pandas
- Scikit-learn
- Streamlit
- OMDB API(for fetching posters)