KaraAgroAI commited on
Commit
e12e024
·
1 Parent(s): 3fe3ff3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -21,7 +21,8 @@ metrics:
21
 
22
  Object detection model trained using [YOLO v5x](https://github.com/ultralytics/yolov5/releases), a SOTA object detection algorithm.
23
  The model was pre-trained on the Cashew Disease Identification with AI (CADI-AI) train set (3788 images) at a resolution of 640x640 pixels.
24
- CADI-AI dataset is available in hugging face dataset hub.
 
25
 
26
  ## Intended uses & limitations
27
 
@@ -31,7 +32,7 @@ The model was initially developed to inform users whether cashew trees suffer fr
31
  - pest infection, i.e. damage to crops by insects or pests
32
  - disease, i.e. attacks on crops by microorganisms
33
  - abiotic stress caused by non-living factors (e.g. environmental factors like weather or soil conditions or the lack of mineral nutrients to the crop).
34
- <br />
35
  KaraAgro AI developed the model for the initiatives
36
  [Market-Oriented Value Chains for Jobs & Growth in the ECOWAS Region (MOVE)](https://www.giz.de/en/worldwide/108524.html) and
37
  [FAIR Forward - Artificial Intelligence for All](https://www.bmz-digital.global/en/overview-of-initiatives/fair-forward/).
@@ -106,7 +107,7 @@ However, it is worth noting that the model exhibits strong performance when it c
106
  This is attributed to the distinct characteristics of insect class, which make them easier to identify and classify accurately.
107
 
108
  ### Spaces
109
- [CADI-AI Space](https://huggingface.co/spaces/KaraAgroAI/CADI-AI)
110
 
111
  ### Example prediction
112
 
 
21
 
22
  Object detection model trained using [YOLO v5x](https://github.com/ultralytics/yolov5/releases), a SOTA object detection algorithm.
23
  The model was pre-trained on the Cashew Disease Identification with AI (CADI-AI) train set (3788 images) at a resolution of 640x640 pixels.
24
+ The CADI-AI dataset is available via [Kaggle](https://www.kaggle.com/datasets/karaagroaiprojects/cadi-ai) and
25
+ [HuggingFace](https://huggingface.co/datasets/KaraAgroAI/CADI-AI).
26
 
27
  ## Intended uses & limitations
28
 
 
32
  - pest infection, i.e. damage to crops by insects or pests
33
  - disease, i.e. attacks on crops by microorganisms
34
  - abiotic stress caused by non-living factors (e.g. environmental factors like weather or soil conditions or the lack of mineral nutrients to the crop).
35
+
36
  KaraAgro AI developed the model for the initiatives
37
  [Market-Oriented Value Chains for Jobs & Growth in the ECOWAS Region (MOVE)](https://www.giz.de/en/worldwide/108524.html) and
38
  [FAIR Forward - Artificial Intelligence for All](https://www.bmz-digital.global/en/overview-of-initiatives/fair-forward/).
 
107
  This is attributed to the distinct characteristics of insect class, which make them easier to identify and classify accurately.
108
 
109
  ### Spaces
110
+ [CADI-AI Spaces demonstration](https://huggingface.co/spaces/KaraAgroAI/CADI-AI)
111
 
112
  ### Example prediction
113