Spaces:
Sleeping
Sleeping
changed readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Introduction
|
| 2 |
|
| 3 |
CADI AI - *Cashew Disease Identification with Artificial Intelligence* - is a demo-application that uses the technology Artificial Intelligence (AI). It looks at drone images of cashew trees and informs the user whether the Cashew tree suffers from:
|
|
@@ -40,17 +54,3 @@ The creation of an open and accessible cashew dataset with well-labeled, curated
|
|
| 40 |
YOLO v5X architecture was employed to construct the model. To enhance the image quality and facilitate efficient processing, the resolution of the images was adjusted to 640 pixels, while maintaining a batch size of 56. The resulting model achieved an mAP of 0.648 and a size of 173.1 MB.
|
| 41 |
|
| 42 |

|
| 43 |
-
|
| 44 |
-
---
|
| 45 |
-
title: KaraAgro Cadi AI
|
| 46 |
-
emoji: π
|
| 47 |
-
colorFrom: indigo
|
| 48 |
-
colorTo: red
|
| 49 |
-
sdk: gradio
|
| 50 |
-
sdk_version: 3.33.1
|
| 51 |
-
app_file: app.py
|
| 52 |
-
pinned: false
|
| 53 |
-
license: openrail
|
| 54 |
-
---
|
| 55 |
-
|
| 56 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
|
| 2 |
+
|
| 3 |
+
---
|
| 4 |
+
title: KaraAgro Cadi AI
|
| 5 |
+
emoji: π
|
| 6 |
+
colorFrom: indigo
|
| 7 |
+
colorTo: red
|
| 8 |
+
sdk: gradio
|
| 9 |
+
sdk_version: 3.33.1
|
| 10 |
+
app_file: app.py
|
| 11 |
+
pinned: false
|
| 12 |
+
license: openrail
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
## Introduction
|
| 16 |
|
| 17 |
CADI AI - *Cashew Disease Identification with Artificial Intelligence* - is a demo-application that uses the technology Artificial Intelligence (AI). It looks at drone images of cashew trees and informs the user whether the Cashew tree suffers from:
|
|
|
|
| 54 |
YOLO v5X architecture was employed to construct the model. To enhance the image quality and facilitate efficient processing, the resolution of the images was adjusted to 640 pixels, while maintaining a batch size of 56. The resulting model achieved an mAP of 0.648 and a size of 173.1 MB.
|
| 55 |
|
| 56 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|