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
File size: 2,089 Bytes
e3a4cb6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | [
"banana_black_streak",
"banana_crown_rot",
"banana_fungal",
"banana_healthy",
"banana_panama",
"banana_rust",
"banana_scab_moth",
"banana_sigatoka",
"cassava_blight",
"cassava_healthy",
"cassava_mosaic",
"cauliflower_bacterial_spot",
"cauliflower_black_rot",
"cauliflower_downy_mildew",
"cauliflower_healthy",
"cotton_aphids",
"cotton_armyworm",
"cotton_bacterial_blight",
"cotton_healthy",
"guava_anthracnose",
"guava_canker",
"guava_healthy",
"guava_leaf_dot",
"guava_rust",
"guava_scab",
"guava_styler_end_rot",
"jute_cercospora",
"jute_golden_mosaic",
"jute_healthy",
"maize_blight",
"maize_gray_spot",
"maize_healthy",
"maize_rust",
"mango_anthracnose",
"mango_bacterial_canker",
"mango_cutting_weevil",
"mango_die_back",
"mango_gall_midge",
"mango_healthy",
"mango_powdery_mildew",
"mango_sooty_mould",
"papaya_anthracnose",
"papaya_bacterial_spot",
"papaya_curl",
"papaya_healthy",
"papaya_mealybug",
"papaya_mite",
"papaya_mosaic",
"papaya_ringspot",
"potato_black_scurf",
"potato_blackleg",
"potato_blackspot",
"potato_brown_rot",
"potato_common_scab",
"potato_dry_rot",
"potato_early_blight",
"potato_healthy",
"potato_late_blight",
"potato_misc_disease",
"potato_pink_rot",
"potato_soft_rot",
"rice_bacterial_blight",
"rice_bacterial_streak",
"rice_blast",
"rice_brown_spot",
"rice_dead_heart",
"rice_downy_mildew",
"rice_healthy",
"rice_hispa",
"rice_panicle_blight",
"rice_tungro",
"sugarcane_healthy",
"sugarcane_mosaic",
"sugarcane_red_rot",
"sugarcane_rust",
"sugarcane_yellow",
"tea_algal_leaf",
"tea_anthracnose",
"tea_bird_eye_spot",
"tea_brown_blight",
"tea_gray_blight",
"tea_healthy",
"tea_red_leaf_spot",
"tea_white_spot",
"tomato_bacterial_spot",
"tomato_early_blight",
"tomato_healthy",
"tomato_late_blight",
"tomato_leaf_mold",
"tomato_septoria",
"tomato_spider_mite",
"tomato_target_spot",
"tomato_yellow_curl",
"wheat_healthy",
"wheat_septoria",
"wheat_stripe_rust"
] |