Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,8 +10,6 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
-
|
| 15 |
# Road Surface Classification
|
| 16 |
|
| 17 |
This application classifies road surface conditions into four categories:
|
|
@@ -22,12 +20,14 @@ This application classifies road surface conditions into four categories:
|
|
| 22 |
|
| 23 |
## Models
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## How to Use
|
| 30 |
|
| 31 |
1. Upload a road image
|
| 32 |
-
2. Select which model to use (
|
| 33 |
3. Click "Classify" to get the prediction and confidence scores
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Road Surface Classification
|
| 14 |
|
| 15 |
This application classifies road surface conditions into four categories:
|
|
|
|
| 20 |
|
| 21 |
## Models
|
| 22 |
|
| 23 |
+
Multiple model architectures are implemented and compared, including:
|
| 24 |
+
- EfficientNet B0
|
| 25 |
+
- MobileNet V2
|
| 26 |
+
- ResNet-18
|
| 27 |
+
- Random Forest (using features extracted from CNNs)
|
| 28 |
|
| 29 |
## How to Use
|
| 30 |
|
| 31 |
1. Upload a road image
|
| 32 |
+
2. Select which model to use (EfficientNet, MobileNet, ResNet, or Random Forest)
|
| 33 |
3. Click "Classify" to get the prediction and confidence scores
|