Image Classification
Keras
English
tensorflow
image-classification-multiclass
efficientnetv2
cabbage
plant-disease-classification
agricultural-ai
computer-vision
transfer-learning
leaf-disease
Eval Results (legacy)
Instructions to use Arko007/cabbageguard-efficientnetv2-8class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Arko007/cabbageguard-efficientnetv2-8class with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Arko007/cabbageguard-efficientnetv2-8class") - Notebooks
- Google Colab
- Kaggle
| { | |
| "classes": [ | |
| "alternaria_leaf_spot", | |
| "bacterial_leaf_spot", | |
| "black_rot", | |
| "clubroot", | |
| "downy_mildew", | |
| "grey_mould", | |
| "healthy", | |
| "ringspot" | |
| ], | |
| "seed": 42, | |
| "input_size": [384, 384], | |
| "color_mode": "RGB" | |
| } | |