A Web Based user-item Movie Recommendation Engine using Content Based Recommender System By vectorization and The recommendation based on the underlying idea that is movie will be recommended based on the tags provided by user.
Streamlit
Numpy , Pandas , AST, NLTK, CountVectorizer, CosineSimilarity
https://movie-recommender-w.herokuapp.com/
python 3.6
pip3
To install Dependencies
pip install -r requirements.txt
Goto directory, example
cd ../Movie-Recommendation
To run
streamlit run app.py or py -m streamlit run app.py
Now open your browser and go to this address
http://localhost:8501/