A Streamlit dashboard for supervising AI data collection operations. This project tracks collection throughput, clip quality, route coverage, incidents, and operator performance.
- KPI cards for sessions, clips collected, pass rate, recollection rate, coverage, and incident rate
- CSV upload support
- Filtered session review
- Operator scorecard
- Route coverage view
- Scenario and incident summaries
- Downloadable CSV reports
Small dashboard that tracks: total sessions collected quality pass/fail rate missing clips route coverage incidents by category operator performance trends
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py
## Dataset path
data/collection_sessions.csv