Using text-vectorization and similarity-based-matrix computation
- Streamlit-Demo : https://movie-recommender-system-v1.streamlit.app/
Use these followin steps to run this locally
-
Open
terminal
orcmd
-
Create a python
env
and runpython --version
to check if it is running Python3 -
Run
pip install -r requirements.txt
-
In order to launch the
web-interface
runstreamlit run app.py
-
Open
http://localhost:8501/
-
ℹ️ Also the check the
urls
show in the terminal / cmd