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
| [ | |
| "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" | |
| ] |