Check out Lesson 6 on Medium to better understand how we built the Streamlit monitoring dashboard.
Create virtual environment:
cd app-monitoring
poetry shell
poetry install
NOTE: Be sure that the API is already running.
To start the app, run the following:
streamlit run monitoring/main.py --server.port 8502
Access http://127.0.0.1:8502/ to see the app.