Added metadata at the top
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# Custom CNN Model for Fruit and Vegetable Disease Detection
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
thumbnail: "https://link.to/your/thumbnail/image.png"
|
| 5 |
+
tags:
|
| 6 |
+
- image-classification
|
| 7 |
+
- food
|
| 8 |
+
- health
|
| 9 |
+
license: cc0-1.0
|
| 10 |
+
datasets:
|
| 11 |
+
- fruit-and-vegetable-disease-healthy-vs-rotten
|
| 12 |
+
metrics:
|
| 13 |
+
- accuracy
|
| 14 |
+
---
|
| 15 |
|
| 16 |
# Custom CNN Model for Fruit and Vegetable Disease Detection
|
| 17 |
|