commit files to HF hub
Browse files- README.md +21 -5
- plant_disease_model.pth +3 -0
README.md
CHANGED
@@ -1,12 +1,28 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
- plant-disease
|
5 |
-
-
|
6 |
-
library_name: pytorch
|
7 |
-
license: apache-2.0
|
8 |
datasets:
|
9 |
-
- plant-village
|
10 |
---
|
11 |
|
12 |
# Plant Disease Classification Model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
tags:
|
4 |
+
- pytorch
|
5 |
- plant-disease
|
6 |
+
- image-classification
|
|
|
|
|
7 |
datasets:
|
8 |
+
- plant-village-dataset
|
9 |
---
|
10 |
|
11 |
# Plant Disease Classification Model
|
12 |
+
|
13 |
+
This model classifies plant diseases from the PlantVillage dataset. It was trained on:
|
14 |
+
- Apple
|
15 |
+
- Tomato
|
16 |
+
- Corn (Maize)
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
- Architecture: EfficientNet-B2 with custom head
|
20 |
+
- Training Accuracy: {your_train_accuracy}%
|
21 |
+
- Validation Accuracy: {your_val_accuracy}%
|
22 |
+
- Test Accuracy: {your_test_accuracy}%
|
23 |
+
|
24 |
+
## How to Use
|
25 |
+
```python
|
26 |
+
from transformers import AutoModelForImageClassification
|
27 |
+
|
28 |
+
model = AutoModelForImageClassification.from_pretrained("{Abuzaid01}/plant-disease-classifier")
|
plant_disease_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d006f7c5f585cde7a08adfa4a9d1610e08a93010b1ecc038a13a09f92ae3e9a
|
3 |
+
size 38688046
|