BlueSR commited on
Commit
03305cd
·
verified ·
1 Parent(s): 9432bcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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
- Two models are available:
26
- 1. **CNN** - Based on EfficientNet-B0 architecture
27
- 2. **Random Forest** - Using image features
 
 
28
 
29
  ## How to Use
30
 
31
  1. Upload a road image
32
- 2. Select which model to use (CNN or Random Forest)
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