# GitClone
https://github.com/OmTheWhiteHat/Movie-Recommender-System.git
extract the dataset.rar
# Jupiter
Run this "Movies Recommender System .ipynb" in jupiter Notebook
cd "Movie-Recommender-System"
# Install python modules
pip install streamlit
# Run the App
streamlit run app.py
# Goto browser
http://localhost:8501