Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,26 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# π₯ Potato Leaf Disease Classification
|
2 |
+
|
3 |
+
This Hugging Face Space allows you to classify potato leaf diseases from images using a trained MobileNetV3 model.
|
4 |
+
|
5 |
+
### π Classes Detected:
|
6 |
+
- Bacteria
|
7 |
+
- Fungi
|
8 |
+
- Healthy
|
9 |
+
- Nematode
|
10 |
+
- Pest
|
11 |
+
- Phytopthora
|
12 |
+
- Virus
|
13 |
+
|
14 |
+
### π§ Model Info:
|
15 |
+
- Architecture: MobileNetV3 (from `timm`)
|
16 |
+
- Trained with MixUp and advanced augmentations
|
17 |
+
- Format: PyTorch `.pth` checkpoint
|
18 |
+
|
19 |
+
### π How to Use:
|
20 |
+
1. Upload an image of a potato leaf.
|
21 |
+
2. The model will return the predicted disease type with confidence score.
|
22 |
+
|
23 |
+
### π€ Powered by:
|
24 |
+
- PyTorch
|
25 |
+
- Gradio
|
26 |
+
- TIMM (PyTorch Image Models)
|