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
| # Attribution | |
| On-device crop disease classifier for ChashiBhAI. | |
| Author: Shakil Ahmed (Hugging Face: Shaq2). | |
| Not claimed here: | |
| - KrishokChat dataset / LLM / RAG — RaiyanKhaan/KrishokChat-Advisory-System, arXiv:2606.29243 | |
| - Ultralytics YOLO | |