Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
title: Lemon Leaf Disease Classifier
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
short_description: https://www.kaggle.com/code/walidchaib/lemeno/notebook
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Lemon Leaf Disease Classifier
|
| 3 |
+
emoji: 🍋
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.36.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Classification des maladies des feuilles de citron
|
| 13 |
+
|
| 14 |
+
Ce modèle (MobileNet) classifie **9 types de maladies** des feuilles de citron.
|
| 15 |
+
|
| 16 |
+
## Performance
|
| 17 |
+
- Accuracy sur le test : **98.55%**
|
| 18 |
+
- Validation accuracy finale : **96.09%**
|
| 19 |
+
|
| 20 |
+
## Utilisation
|
| 21 |
+
1. Téléchargez une image de feuille de citron (format JPG/PNG).
|
| 22 |
+
2. Le modèle renvoie les trois classes les plus probables avec leurs scores.
|
| 23 |
+
|
| 24 |
+
## Classes
|
| 25 |
+
- Bacterial Blight
|
| 26 |
+
- Citrus Canker
|
| 27 |
+
- Fungal Disease
|
| 28 |
+
- Healthy Leaf
|
| 29 |
+
- Lemon Scab
|
| 30 |
+
- Mite
|
| 31 |
+
- Spider Mites
|
| 32 |
+
- Leaf Miner
|
| 33 |
+
- Leaf Spot
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
**Auteur** : walidchaib
|