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
terminalorcmd -
Create a python
envand runpython --versionto check if it is running Python3 -
Run
pip install -r requirements.txt -
In order to launch the
web-interfacerunstreamlit run app.py -
Open
http://localhost:8501/ -
ℹ️ Also the check the
urlsshow in the terminal / cmd

