A Streamlit web app that transforms Presto card CSV data into interactive visualizations and insights for travel patterns, spending, and route analysis.
- Dashboard โ Key metrics, top stops, spending charts, and map view
- Travel Patterns โ Day/hour breakdowns and heatmaps
- Route Analysis โ Frequent locations and trip sequences
- Spending Insights โ Spending by agency, location, and time
- Data Explorer โ Filter and search raw transit data
Get your data: Export CSV from Presto Transit Usage Report
Run locally:
pip install -r requirements.txt
streamlit run transit_tool.pyRun with Docker:
docker build -t transit-lens .
docker run -p 8501:8501 transit-lensOpen http://localhost:8501