Instructions to use johnatanvq/fruits-yolo-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use johnatanvq/fruits-yolo-model with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("johnatanvq/fruits-yolo-model") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
tags:
|
| 3 |
- computer-vision
|
| 4 |
- object-detection
|
| 5 |
-
-
|
| 6 |
- fruits
|
| 7 |
library_name: ultralytics
|
| 8 |
license: cc-by-4.0
|
|
|
|
| 2 |
tags:
|
| 3 |
- computer-vision
|
| 4 |
- object-detection
|
| 5 |
+
- yolo11s
|
| 6 |
- fruits
|
| 7 |
library_name: ultralytics
|
| 8 |
license: cc-by-4.0
|