Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,23 +9,33 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# 🚦 Smart Traffic
|
| 13 |
|
| 14 |
-
|
|
|
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
## ✨ Features
|
| 19 |
-
- **Citizen Portal**:
|
| 20 |
-
-
|
| 21 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
---
|
| 24 |
|
| 25 |
## 🛠️ Tech Stack
|
| 26 |
-
- [Gradio](https://www.gradio.app/) for UI
|
| 27 |
-
- SQLite for
|
| 28 |
-
- Pandas for
|
| 29 |
|
| 30 |
---
|
| 31 |
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# 🚦 SwiftCase.ai – Smart Traffic Justice Platform
|
| 13 |
|
| 14 |
+
SwiftCase.ai is a prototype system that streamlines **traffic fine and accident case handling** between **Citizens**, **Traffic Police**, and **Magistrates**.
|
| 15 |
+
It reduces delays, improves coordination, and helps resolve cases faster.
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
## ✨ Features
|
| 20 |
+
- **Citizen Portal**:
|
| 21 |
+
- View case details
|
| 22 |
+
- Pay fines (mock)
|
| 23 |
+
- Submit appeal with text & evidence
|
| 24 |
+
|
| 25 |
+
- **Traffic Police Portal**:
|
| 26 |
+
- Create new cases
|
| 27 |
+
- Upload police evidence
|
| 28 |
+
|
| 29 |
+
- **Magistrate Portal**:
|
| 30 |
+
- Dashboard of appealed cases
|
| 31 |
+
- Review appeals & decide outcome (approve, reject, escalate)
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
## 🛠️ Tech Stack
|
| 36 |
+
- [Gradio 5.44.1](https://www.gradio.app/) for UI
|
| 37 |
+
- SQLite for case storage
|
| 38 |
+
- Pandas for tabular display
|
| 39 |
|
| 40 |
---
|
| 41 |
|