Image Classification
ultralytics
LiteRT
Bengali
English
yolo26-cls
agriculture
bangladesh
crop-disease
yolo26
on-device
rice
chashibhai
Instructions to use Shaq2/chashibhai-rice-disease-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Shaq2/chashibhai-rice-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-rice-disease-cls") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "crop": "rice-disease", | |
| "task": "classify", | |
| "imgsz": 640, | |
| "inputShape": [ | |
| 1, | |
| 640, | |
| 640, | |
| 3 | |
| ], | |
| "outputShape": [ | |
| 1, | |
| 8 | |
| ], | |
| "softmaxed": true, | |
| "preprocess": "centercrop", | |
| "preprocessVerified": true, | |
| "names": [ | |
| "Rice__Bacterial_Leaf_Blight", | |
| "Rice__Brown_Spot", | |
| "Rice__Healthy_Leaf", | |
| "Rice__Leaf_Blast", | |
| "Rice__Leaf_Scald", | |
| "Rice__Narrow_Brown_Leaf_Spot", | |
| "Rice__Rice_Hispa", | |
| "Rice__Sheath_Blight" | |
| ], | |
| "version": "v2" | |
| } |