This repo contains the source code for the movie recommender system deployed on streamlit
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Open in your favourite IDE of choice for python.
- Your IDE should activate a virtual environment, if not run :
pip install virtualenvto install virtualenvvirtualenv venvto create a virtual virtualenv folder which will contain packagessource venv/bin/activatefor macOS andvenv\Scripts\activate.batfor Windows
- run
pip install -r requirements.txtin the application root directory
What things you need to run/debug the application and how to install them.
- Python >= 3.7
- Run
streamlit run main_page.pyto deploy to your local server - Check out docs here: https://streamlit-tags.readthedocs.io/en/latest/