Bishal Sapkota commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🥦 Cauliflower Disease Detection — YOLOv8 Model
|
| 2 |
|
| 3 |
## 📌 Overview
|
|
@@ -165,7 +177,7 @@ Notes:
|
|
| 165 |
|
| 166 |
## 📜 License
|
| 167 |
|
| 168 |
-
This model and its training outputs are released under the **
|
| 169 |
|
| 170 |
---
|
| 171 |
|
|
@@ -200,9 +212,4 @@ Contributions are welcome (issues / PRs). Possible contributions:
|
|
| 200 |
* Edge optimization (quantized, ONNX, TensorRT)
|
| 201 |
* Additional datasets and annotated examples
|
| 202 |
|
| 203 |
-
For contributions or questions, open an issue on the repository or contact the maintainer listed on the Hugging Face project page.
|
| 204 |
-
|
| 205 |
-
---
|
| 206 |
-
datasets:
|
| 207 |
-
- Bishal17/plant_care
|
| 208 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- Bishal17/plant_care
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
pipeline_tag: object-detection
|
| 10 |
+
tags:
|
| 11 |
+
- biology
|
| 12 |
+
---
|
| 13 |
# 🥦 Cauliflower Disease Detection — YOLOv8 Model
|
| 14 |
|
| 15 |
## 📌 Overview
|
|
|
|
| 177 |
|
| 178 |
## 📜 License
|
| 179 |
|
| 180 |
+
This model and its training outputs are released under the **MIT** license. Attribution is required for use in publications or products.
|
| 181 |
|
| 182 |
---
|
| 183 |
|
|
|
|
| 212 |
* Edge optimization (quantized, ONNX, TensorRT)
|
| 213 |
* Additional datasets and annotated examples
|
| 214 |
|
| 215 |
+
For contributions or questions, open an issue on the repository or contact the maintainer listed on the Hugging Face project page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|