Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,43 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
features:
|
| 4 |
- name: image
|
| 5 |
dtype: image
|
| 6 |
- name: label
|
| 7 |
-
dtype:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
default: true
|
| 5 |
features:
|
| 6 |
- name: image
|
| 7 |
dtype: image
|
| 8 |
- name: label
|
| 9 |
+
dtype:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
'0': ALTERNARIA LEAF SPOT
|
| 13 |
+
'1': HEALTHY
|
| 14 |
+
'2': LEAF SPOT
|
| 15 |
+
'3': ROSETTE
|
| 16 |
+
'4': RUST
|
| 17 |
+
license: cc-by-4.0
|
| 18 |
+
task_categories:
|
| 19 |
+
- image-classification
|
| 20 |
+
size_categories:
|
| 21 |
+
- 1K<n<10K
|
| 22 |
---
|
| 23 |
+
|
| 24 |
+
# Groundnut Leaf Disease Classification
|
| 25 |
+
|
| 26 |
+
A dataset for image classification of Groundnut Leaf Disease Classification. The dataset contains 1,720 images across 5 classes: ALTERNARIA LEAF SPOT, HEALTHY, LEAF SPOT, ROSETTE, RUST.
|
| 27 |
+
Images per class:
|
| 28 |
+
- ALTERNARIA LEAF SPOT: 450
|
| 29 |
+
- HEALTHY: 600
|
| 30 |
+
- LEAF SPOT: 450
|
| 31 |
+
- ROSETTE: 100
|
| 32 |
+
- RUST: 120
|
| 33 |
+
|
| 34 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 35 |
+
|
| 36 |
+
## Citation
|
| 37 |
+
|
| 38 |
+
```bibtex
|
| 39 |
+
<!-- TODO: add BibTeX citation -->
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
<!-- TODO: add plain text citation -->
|
| 43 |
+
|