MoinulwithAI commited on
Commit
1ec680d
Β·
verified Β·
1 Parent(s): 888f59d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -26
README.md CHANGED
@@ -1,26 +1,10 @@
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)
 
1
+ ---
2
+ title: PotatoLeafClassification
3
+ emoji: πŸ₯”
4
+ colorFrom: green
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: "3.41.2"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---