Munzali commited on
Commit
4e47d16
·
verified ·
1 Parent(s): 394f66d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -4,10 +4,25 @@ emoji: 🏢
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 6.18.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
+ # Rice Leaf Disease Detector
14
+
15
+ Detects rice leaf diseases from images using EfficientNet-B0.
16
+
17
+ ## Classes
18
+ - Bacterial Leaf Blight
19
+ - Rice Blast
20
+ - Brown Spot
21
+ - Rice Tungro Disease
22
+ - Healthy
23
+
24
+ ## Model
25
+ - Architecture: EfficientNet-B0
26
+ - Training: Transfer learning, AdamW, CosineAnnealingLR
27
+ - Accuracy: 99.86%
28
+ - Dataset: Rice Leaf Disease Dataset (Kaggle)