An open API service indexing awesome lists of open source software.

https://github.com/prathmesh2507/ctc-hackthon

A data-driven system designed to reduce overcrowding and optimize urban public transport using real-world geospatial data and intelligent simulation.
https://github.com/prathmesh2507/ctc-hackthon

dashboard data-analysis data-visualization python streamlit

Last synced: about 1 month ago
JSON representation

A data-driven system designed to reduce overcrowding and optimize urban public transport using real-world geospatial data and intelligent simulation.

Awesome Lists containing this project

README

          

# 🚍 RouteWise - AI Transport Optimization System

An intelligent transport analytics and optimization system built using **Machine Learning + Streamlit Dashboard**.

---

## 🔥 Features

- 📊 **Passenger Demand Prediction (ML Model)**
- 🚦 **Traffic-Aware Decision System**
- 🧠 **Smart Service Recommendations**
- 🗺️ **Interactive Route Map**
- 🔮 **What-If Simulation (Add Buses)**
- 📈 **Demand Heatmaps & Trends**
- ⚠️ **Overcrowding Detection**
- 🔄 **Alternative Route Suggestions**

---

## 🧠 System Intelligence

The system automatically suggests actions like:

- ➕ Add Bus
- 🔁 Reroute
- ⏱ Increase Frequency
- ✅ Normal Operation

Based on:
- Passenger Load
- Traffic Conditions
- Delay
- Peak Hours

---

## 📂 Dataset Features

- Route & Stop Data
- GPS Coordinates (Lat/Lon)
- Passenger Demand
- Traffic Levels
- Delay & Speed
- Load Factor
- Bus Count
- Travel Distance & Time
- AI Recommendation Fields

---

## 🚀 Tech Stack

- Python 🐍
- Streamlit 🌐
- Scikit-learn 🤖
- Pandas 📊
- Plotly 📈

---

## ▶️ Run Locally

```bash
1️⃣ git clone https://github.com/prathmesh2507/CTC-HACKTHON.git
2️⃣ cd CTC-HACKTHON
3️⃣ pip install -r requirements.txt
4️⃣ python -m streamlit run app.py
```
---
## 🔗 Live Project:
https://ctc-hackthon-dys4t4vucykonlztwhk3re.streamlit.app/

---
## 📸 Dashboard Preview
![Dashboard](Screenshot_1.jpeg)
![Dashboard](Screenshot_2.jpeg)
## 📸 Flowchart Preview
![Flowchart](Screenshot_3.jpeg)

---
## 💡 Future Improvements
- Live Traffic API Integration
- Real-time Bus GPS Tracking
- Mobile App Integration
- Smart Ticketing Data Integration