Instructions to use GabrielMI/yolo_finetuned_fruits with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GabrielMI/yolo_finetuned_fruits with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="GabrielMI/yolo_finetuned_fruits")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("GabrielMI/yolo_finetuned_fruits") model = AutoModelForObjectDetection.from_pretrained("GabrielMI/yolo_finetuned_fruits", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- aa63321140edc63489ba6bfe4ebbdd3f8916921924824537b96a56db381b1600
- Size of remote file:
- 5.37 kB
- SHA256:
- 6909f580076eb856a7492e99f92b16b749991be0b6a5d02022da7775cff57ce1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.