Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

johnatanvq
/
fruits-yolo-model

Object Detection
ultralytics
ONNX
computer-vision
yolo11s
fruits
Model card Files Files and versions
xet
Community

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
fruits-yolo-model
96.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
johnatanvq's picture
johnatanvq
Update README.md
56e6b04 verified 9 months ago
  • my_model_CAMERA
    Add YOLO models for PC and OAK (LFS enabled) 9 months ago
  • my_model_PC
    Add YOLO models for PC and OAK (LFS enabled) 9 months ago
  • .gitattributes
    1.6 kB
    Add YOLO models for PC and OAK (LFS enabled) 9 months ago
  • README.md
    2.02 kB
    Update README.md 9 months ago