Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,23 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# 🚦 Smart Traffic Fine & Case Management MVP
|
| 13 |
+
|
| 14 |
+
This is a prototype system that streamlines traffic fine and accident case handling between **Citizens**, **Traffic Police**, and **Magistrates**.
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## ✨ Features
|
| 19 |
+
- **Citizen Portal**: View case, pay fine (mock), file appeal with evidence.
|
| 20 |
+
- **Traffic Police Portal**: Create new cases with fine details and evidence.
|
| 21 |
+
- **Magistrate Portal**: Review appealed cases, decide outcome (approve, reject, escalate).
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
## 🛠️ Tech Stack
|
| 26 |
+
- [Gradio](https://www.gradio.app/) for UI
|
| 27 |
+
- SQLite for data storage
|
| 28 |
+
- Pandas for table display
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|