Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# YOLOv5 Weed Detection
|
3 |
|
@@ -17,4 +24,4 @@ The model used in this application is a YOLOv5 model fine-tuned on the [Northern
|
|
17 |
|
18 |
- `app.py`: The Python script containing the Gradio application code.
|
19 |
- `requirements.txt`: Lists the Python dependencies.
|
20 |
-
- `best.pt`: The trained YOLOv5 model weights (this will be uploaded separately).
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Ultralytics/YOLOv5
|
7 |
+
---
|
8 |
|
9 |
# YOLOv5 Weed Detection
|
10 |
|
|
|
24 |
|
25 |
- `app.py`: The Python script containing the Gradio application code.
|
26 |
- `requirements.txt`: Lists the Python dependencies.
|
27 |
+
- `best.pt`: The trained YOLOv5 model weights (this will be uploaded separately).
|