Image Classification
timm
English
classifier-lab
embry-os
automated-ml
beans
plant-disease
Eval Results (legacy)
Instructions to use grahamaco/beans-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use grahamaco/beans-classifier with timm:
import timm model = timm.create_model("hf_hub:grahamaco/beans-classifier", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b25adb1 | 1 2 3 4 5 6 7 8 9 | {
"classes": [
"angular_leaf_spot",
"bean_rust",
"healthy"
],
"backbone": "efficientnet_b0",
"image_size": 224
} |