Update README.md
Browse files
README.md
CHANGED
|
@@ -4,10 +4,25 @@ emoji: 🏢
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|