Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 567 Bytes

Frontend - Web APP

Check out Lesson 6 on Medium to better understand how we built the Streamlit predictions dashboard.

Install for Development

Create virtual environment:

cd app-frontend
poetry shell
poetry install

NOTE: Be sure that the API is already running.

Usage for Development

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.