Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 249 Bytes

For running the app

for running the flask application (main.py)

flask --app main.py run

for running the streamlit application

streamlit run streamlit_app.py

for installing all dependencies

pip install -r requirements.txt