webapp1 commited on
Commit
963e46c
·
verified ·
1 Parent(s): 58398a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  title: CrashVision AI
2
  emoji: 🚨
3
  colorFrom: indigo
@@ -6,17 +7,16 @@ sdk: docker
6
  app_file: app.py
7
  pinned: false
8
  license: mit
 
9
 
10
- CrashVision AI - Accident Detection System
11
 
12
  This application detects road accidents using a multi-modal AI approach:
13
 
14
- Spatial Engine: YOLOv8 for real-time tracking.
 
 
15
 
16
- Temporal Engine: 3D-CNN for motion analysis.
17
-
18
- Decision Engine: SVM Ensemble for severity classification.
19
-
20
- Deployment Note
21
 
22
  Running on Hugging Face Spaces via Docker on port 7860.
 
1
+ ---
2
  title: CrashVision AI
3
  emoji: 🚨
4
  colorFrom: indigo
 
7
  app_file: app.py
8
  pinned: false
9
  license: mit
10
+ ---
11
 
12
+ # CrashVision AI - Accident Detection System
13
 
14
  This application detects road accidents using a multi-modal AI approach:
15
 
16
+ * **Spatial Engine**: YOLOv8 for real-time tracking.
17
+ * **Temporal Engine**: 3D-CNN for motion analysis.
18
+ * **Decision Engine**: SVM Ensemble for severity classification.
19
 
20
+ ### Deployment Note
 
 
 
 
21
 
22
  Running on Hugging Face Spaces via Docker on port 7860.