First setup virtual environment, activate it install the essentials.
pip install -r requirements.txt
streamlit run app.py
Note: Make sure you're inside the root folder where app.py
is there.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.