This project is an intelligent movie recommender. It suggests movies that have similar themes, descriptions and plot points. I used vector similarity to find movies which are alike. Future tweaks might include suggesting movies with sequels and parts only once as well as updating the movie list dataset. Enjoy your search!
- Drop down list of movies and autofill
- Suggests 5 similar movies
- Displays movie posters
Clone or download the zip files from the repository.
Make sure you have Python and pip installed on your device.
Import all the necessary libraries:-
streamlit
pandas
pickle
requests
Run the program through streamlit
streamlit run [path to your program].py
The Recommendation System is ready for you!
The drop-down movie list for searching
Movie recommended example