Upload 2 files
Browse files- .gitattributes +1 -0
- label_map.json +28 -0
- symptom_cnn_model.keras +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
symptom_cnn_model.keras filter=lfs diff=lfs merge=lfs -text
|
label_map.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"basil_downy_mildew": 0,
|
| 3 |
+
"basil_healthy": 1,
|
| 4 |
+
"basil_leaf_spots": 2,
|
| 5 |
+
"basil_mold": 3,
|
| 6 |
+
"basil_pest_damage": 4,
|
| 7 |
+
"basil_wilting": 5,
|
| 8 |
+
"basil_yellow_leaves": 6,
|
| 9 |
+
"cactus_healthy": 7,
|
| 10 |
+
"cactus_pests": 8,
|
| 11 |
+
"cactus_root_rot": 9,
|
| 12 |
+
"cactus_shriveling": 10,
|
| 13 |
+
"cactus_spots": 11,
|
| 14 |
+
"cactus_sunburn": 12,
|
| 15 |
+
"ficus_dry_leaves": 13,
|
| 16 |
+
"ficus_healthy": 14,
|
| 17 |
+
"ficus_leaf_drop": 15,
|
| 18 |
+
"ficus_leaf_spots": 16,
|
| 19 |
+
"ficus_mold": 17,
|
| 20 |
+
"ficus_yellow_leaves": 18,
|
| 21 |
+
"tomato_brown_spots": 19,
|
| 22 |
+
"tomato_fruit_rot": 20,
|
| 23 |
+
"tomato_healthy": 21,
|
| 24 |
+
"tomato_leaf_curl": 22,
|
| 25 |
+
"tomato_mold": 23,
|
| 26 |
+
"tomato_wilting": 24,
|
| 27 |
+
"tomato_yellow_leaves": 25
|
| 28 |
+
}
|
symptom_cnn_model.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:714b87247a574f2241cfded8a9b7caf80006c04afaf0e0d0b712c28c40d05947
|
| 3 |
+
size 30881473
|