Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- model/README.md +7 -0
- model/class_names.json +17 -0
- model/efficientnetb1_plant_final.weights.h5 +3 -0
model/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Links
|
| 2 |
+
|
| 3 |
+
## Hugging Face Space
|
| 4 |
+
- 🌐 Live Demo: [Click here to open the Hugging Face Space](https://huggingface.co/spaces/McKlay/Plant-Disease-Detection-EfficientNetB1)
|
| 5 |
+
|
| 6 |
+
## Other Resources
|
| 7 |
+
- 📄 Kaggle Notebook: [Download the output file](https://www.kaggle.com/code/claymarksarte/fine-tuning-efficientnetb1-plantdiseasedetection/output)
|
model/class_names.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"Pepper__bell___Bacterial_spot",
|
| 3 |
+
"Pepper__bell___healthy",
|
| 4 |
+
"Potato___Early_blight",
|
| 5 |
+
"Potato___Late_blight",
|
| 6 |
+
"Potato___healthy",
|
| 7 |
+
"Tomato_Bacterial_spot",
|
| 8 |
+
"Tomato_Early_blight",
|
| 9 |
+
"Tomato_Late_blight",
|
| 10 |
+
"Tomato_Leaf_Mold",
|
| 11 |
+
"Tomato_Septoria_leaf_spot",
|
| 12 |
+
"Tomato_Spider_mites_Two_spotted_spider_mite",
|
| 13 |
+
"Tomato__Target_Spot",
|
| 14 |
+
"Tomato__Tomato_YellowLeaf__Curl_Virus",
|
| 15 |
+
"Tomato__Tomato_mosaic_virus",
|
| 16 |
+
"Tomato_healthy"
|
| 17 |
+
]
|
model/efficientnetb1_plant_final.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ede5a7ff9786621bf47a5013c3698e940c24118e9d39445399c90d90f3578dd2
|
| 3 |
+
size 79735368
|