## Demo of Streamlit interactive dashboard to install dependencies: ``` python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ``` to run locally: ``` streamlit run app.py --server.address=127.0.0.1 ```