Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Road Surface Classification
|
| 2 |
+
|
| 3 |
+
This application classifies road surface conditions into four categories:
|
| 4 |
+
- Good Condition
|
| 5 |
+
- Potholes
|
| 6 |
+
- Cracked Road
|
| 7 |
+
- Flooded/Muddy
|
| 8 |
+
|
| 9 |
+
## Models
|
| 10 |
+
|
| 11 |
+
Two models are available:
|
| 12 |
+
1. **CNN** - Based on EfficientNet-B0 architecture
|
| 13 |
+
2. **Random Forest** - Using image features
|
| 14 |
+
|
| 15 |
+
## How to Use
|
| 16 |
+
|
| 17 |
+
1. Upload a road image
|
| 18 |
+
2. Select which model to use (CNN or Random Forest)
|
| 19 |
+
3. Click "Classify" to get the prediction and confidence scores
|