YOLOv5 Weed Detection
This is a Gradio application for detecting weeds in images using a fine-tuned YOLOv5 model trained on a Weed-AI dataset.
How to Use
- Upload an image using the interface.
- The model will process the image and display the annotated image with detected weeds and their bounding boxes.
- A text output will summarize the detected objects, including their class and confidence score.
Model Information
The model used in this application is a YOLOv5 model fine-tuned on the Northern WA Wheatbelt Blue Lupins dataset from Weed-AI.
Files
app.py
: The Python script containing the Gradio application code.requirements.txt
: Lists the Python dependencies.best.pt
: The trained YOLOv5 model weights (this will be uploaded separately).
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for dennisamematekpor/objectdetectionyolov5
Base model
Ultralytics/YOLOv5