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
Add v2 TFLite alongside original root files
Browse files- v2/model.tflite +3 -0
v2/model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92b8e9cf8030bad4170e694f6c19230157a367f460af3e2fcbfbf3a4c8092c4c
|
| 3 |
+
size 10948380
|