Image Classification
ultralytics
LiteRT
Bengali
English
yolo26-cls
agriculture
bangladesh
crop-disease
yolo26
on-device
brassica
chashibhai
Instructions to use Shaq2/chashibhai-brassica-disease-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Shaq2/chashibhai-brassica-disease-cls with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Shaq2/chashibhai-brassica-disease-cls") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "crop": "brassica-disease", | |
| "task": "classify", | |
| "imgsz": 640, | |
| "inputShape": [ | |
| 1, | |
| 640, | |
| 640, | |
| 3 | |
| ], | |
| "outputShape": [ | |
| 1, | |
| 11 | |
| ], | |
| "softmaxed": true, | |
| "preprocess": "centercrop", | |
| "preprocessVerified": true, | |
| "names": [ | |
| "Cabbage__Alternaria_Spot", | |
| "Cabbage__Black_Rot", | |
| "Cabbage__Downy_Mildew", | |
| "Cabbage__Healthy_Leaf", | |
| "Cauliflower__Alternaria_Disease", | |
| "Cauliflower__Bacterial_Soft_Rot", | |
| "Cauliflower__Bacterial_Spot", | |
| "Cauliflower__Black_Spot", | |
| "Cauliflower__Downy_Mildew", | |
| "Cauliflower__Healthy", | |
| "Cauliflower__Nutrient_Deficiency" | |
| ] | |
| } |