Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 307 Bytes

Content_based_movieRecommender

How to run the web app: Clone my repository. Open CMD in working directory. Run following command. pip install -r requirements.txt app.py is the main Python file of Streamlit Web-Application. To run app, write following command in CMD. or use any IDE. streamlit run app.py