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