Benny-Tang commited on
Commit
00d8b6a
·
verified ·
1 Parent(s): e55c1dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -9,4 +9,23 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+