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
| { | |
| "classes": [ | |
| "angular_leaf_spot", | |
| "bean_rust", | |
| "healthy" | |
| ], | |
| "backbone": "efficientnet_b0", | |
| "image_size": 224 | |
| } |