Benny-Tang commited on
Commit
625aacf
·
verified ·
1 Parent(s): 22d0f88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -9,23 +9,33 @@ app_file: app.py
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
 
 
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