Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
-
|
| 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.
|