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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

afeefaazam
/
tomato-ripeness-detector

Object Detection
ultralytics
yolo
yolo11
agriculture
tomato
ripeness-classification
yield-estimation
Model card Files Files and versions
xet
Community

Instructions to use afeefaazam/tomato-ripeness-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use afeefaazam/tomato-ripeness-detector with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("afeefaazam/tomato-ripeness-detector")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
tomato-ripeness-detector
36.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
afeefaazam's picture
afeefaazam
Update header, description, and model note copy
318c3e9 verified 9 days ago
  • examples
    Upload YOLO11s tomato ripeness detector + yield estimation + Gradio app 9 days ago
  • .gitattributes
    1.78 kB
    Upload YOLO11s tomato ripeness detector + yield estimation + Gradio app 9 days ago
  • README.md
    4.22 kB
    Remove limitations and origin sections from model card 9 days ago
  • app.py
    10.5 kB
    Update header, description, and model note copy 9 days ago
  • model.pt
    19.3 MB
    xet
    Upload YOLO11s tomato ripeness detector + yield estimation + Gradio app 9 days ago
  • requirements.txt
    105 Bytes
    Add missing lap dependency for video tracking 9 days ago
  • yield_estimation.py
    5.27 kB
    Upload YOLO11s tomato ripeness detector + yield estimation + Gradio app 9 days ago