Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,5 +8,23 @@ sdk_version: 5.25.2
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
+
# YOLOv11M Weed Detection Model 🌾
|
| 12 |
|
| 13 |
+
This repository contains a YOLOv11M object detection model trained to detect **weeds in wheat fields** using a custom dataset collected in 2024. It was trained for agricultural use-cases like smart farming and crop monitoring.
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
## 📁 Files Included
|
| 18 |
+
|
| 19 |
+
- best.pt: Trained YOLOv11m model weights.
|
| 20 |
+
- args.yaml: Configuration file used during training.
|
| 21 |
+
- app.py: Python script to handle inference requests.
|
| 22 |
+
- requirements.txt: Python dependencies.
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## Dataset
|
| 27 |
+
- 2 classes : wheat and weed
|
| 28 |
+
- 1600 images augmented to approx 6000
|
| 29 |
+
-
|
| 30 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|