Movie Recommendation System
A movie recommendation system using content-based recommendation system. We have used simple text vectorizer technique called bag of words.
Technologies Used
- NumPy
- Pandas
- scikit-learn
- streamlit
Running Instructions
gzip -d similarity.pkl.gz
python -m venv venv
source venv/bin/activate
for linux, see docs to activate venv for your OSpip install -r requirements.txt
streamlit run app.py