You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use command -
pip install streamlit //to install dependencies
streamlit run app.py //to run the streamlit script
Lastly export your own similarity.pkl file and use it to run the final model
About
Movie Recommendation System using Streamlit This repository contains a movie recommendation system implemented using Python, Streamlit, and the TMDB API. The recommendation system utilizes collaborative filtering to suggest similar movies based on user preferences.