A web app that tracks seat availability on Istanbul metro lines. Filter by line or status, sort stations, and view color-coded charts. Built to streamline commuting by helping users identify less crowded trains, combining Python, pandas, and Streamlit for an interactive experience.
Live demo: Click here
- Python
- Streamlit
- pandas
git clone https://github.com/NazaninNiazi11/MetroSeatTracker.git
cd MetroSeatTracker
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
streamlit run app/app.py