Instructions to use Expendadeur/agro-bio-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Expendadeur/agro-bio-models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Expendadeur/agro-bio-models") - Notebooks
- Google Colab
- Kaggle
Upload labels.json with huggingface_hub
Browse files- labels.json +98 -0
labels.json
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"banana_black_streak",
|
| 3 |
+
"banana_crown_rot",
|
| 4 |
+
"banana_fungal",
|
| 5 |
+
"banana_healthy",
|
| 6 |
+
"banana_panama",
|
| 7 |
+
"banana_rust",
|
| 8 |
+
"banana_scab_moth",
|
| 9 |
+
"banana_sigatoka",
|
| 10 |
+
"cassava_blight",
|
| 11 |
+
"cassava_healthy",
|
| 12 |
+
"cassava_mosaic",
|
| 13 |
+
"cauliflower_bacterial_spot",
|
| 14 |
+
"cauliflower_black_rot",
|
| 15 |
+
"cauliflower_downy_mildew",
|
| 16 |
+
"cauliflower_healthy",
|
| 17 |
+
"cotton_aphids",
|
| 18 |
+
"cotton_armyworm",
|
| 19 |
+
"cotton_bacterial_blight",
|
| 20 |
+
"cotton_healthy",
|
| 21 |
+
"guava_anthracnose",
|
| 22 |
+
"guava_canker",
|
| 23 |
+
"guava_healthy",
|
| 24 |
+
"guava_leaf_dot",
|
| 25 |
+
"guava_rust",
|
| 26 |
+
"guava_scab",
|
| 27 |
+
"guava_styler_end_rot",
|
| 28 |
+
"jute_cercospora",
|
| 29 |
+
"jute_golden_mosaic",
|
| 30 |
+
"jute_healthy",
|
| 31 |
+
"maize_blight",
|
| 32 |
+
"maize_gray_spot",
|
| 33 |
+
"maize_healthy",
|
| 34 |
+
"maize_rust",
|
| 35 |
+
"mango_anthracnose",
|
| 36 |
+
"mango_bacterial_canker",
|
| 37 |
+
"mango_cutting_weevil",
|
| 38 |
+
"mango_die_back",
|
| 39 |
+
"mango_gall_midge",
|
| 40 |
+
"mango_healthy",
|
| 41 |
+
"mango_powdery_mildew",
|
| 42 |
+
"mango_sooty_mould",
|
| 43 |
+
"papaya_anthracnose",
|
| 44 |
+
"papaya_bacterial_spot",
|
| 45 |
+
"papaya_curl",
|
| 46 |
+
"papaya_healthy",
|
| 47 |
+
"papaya_mealybug",
|
| 48 |
+
"papaya_mite",
|
| 49 |
+
"papaya_mosaic",
|
| 50 |
+
"papaya_ringspot",
|
| 51 |
+
"potato_black_scurf",
|
| 52 |
+
"potato_blackleg",
|
| 53 |
+
"potato_blackspot",
|
| 54 |
+
"potato_brown_rot",
|
| 55 |
+
"potato_common_scab",
|
| 56 |
+
"potato_dry_rot",
|
| 57 |
+
"potato_early_blight",
|
| 58 |
+
"potato_healthy",
|
| 59 |
+
"potato_late_blight",
|
| 60 |
+
"potato_misc_disease",
|
| 61 |
+
"potato_pink_rot",
|
| 62 |
+
"potato_soft_rot",
|
| 63 |
+
"rice_bacterial_blight",
|
| 64 |
+
"rice_bacterial_streak",
|
| 65 |
+
"rice_blast",
|
| 66 |
+
"rice_brown_spot",
|
| 67 |
+
"rice_dead_heart",
|
| 68 |
+
"rice_downy_mildew",
|
| 69 |
+
"rice_healthy",
|
| 70 |
+
"rice_hispa",
|
| 71 |
+
"rice_panicle_blight",
|
| 72 |
+
"rice_tungro",
|
| 73 |
+
"sugarcane_healthy",
|
| 74 |
+
"sugarcane_mosaic",
|
| 75 |
+
"sugarcane_red_rot",
|
| 76 |
+
"sugarcane_rust",
|
| 77 |
+
"sugarcane_yellow",
|
| 78 |
+
"tea_algal_leaf",
|
| 79 |
+
"tea_anthracnose",
|
| 80 |
+
"tea_bird_eye_spot",
|
| 81 |
+
"tea_brown_blight",
|
| 82 |
+
"tea_gray_blight",
|
| 83 |
+
"tea_healthy",
|
| 84 |
+
"tea_red_leaf_spot",
|
| 85 |
+
"tea_white_spot",
|
| 86 |
+
"tomato_bacterial_spot",
|
| 87 |
+
"tomato_early_blight",
|
| 88 |
+
"tomato_healthy",
|
| 89 |
+
"tomato_late_blight",
|
| 90 |
+
"tomato_leaf_mold",
|
| 91 |
+
"tomato_septoria",
|
| 92 |
+
"tomato_spider_mite",
|
| 93 |
+
"tomato_target_spot",
|
| 94 |
+
"tomato_yellow_curl",
|
| 95 |
+
"wheat_healthy",
|
| 96 |
+
"wheat_septoria",
|
| 97 |
+
"wheat_stripe_rust"
|
| 98 |
+
]
|