⚠️ Heroku has discontinued support for free Dynos, so the old Domainsimilar-movie-recommender-sys.herokuapp.com/
has stopped working⚠️
- This system utilizes a content-based filtering algorithm to recommend movies based on users’ preferences
- The system incorporates cosine similarity and vectorization techniques to effectively find similarities between movies
- clone the repository
git clone https://github.com/om-mapari/Movie-Recommender-App
- Open Movie-Recommender-App folder
- Paste this command in terminal
pip install -r requirements.txt
- Open python notebook generate model
- Give path to model in
app.py
- Run command
streamlit run app.py