Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': Bacterial Leaf Spot
|
| 13 |
+
'1': Downy Mildew
|
| 14 |
+
'2': Healthy Leaves
|
| 15 |
+
'3': Powdery Mildew
|
| 16 |
+
license: cc-by-4.0
|
| 17 |
+
task_categories:
|
| 18 |
+
- image-classification
|
| 19 |
+
size_categories:
|
| 20 |
+
- 1K<n<10K
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Grape Leaf Disease Classification
|
| 24 |
+
|
| 25 |
+
A dataset for image classification of Grape Leaf Disease. The dataset contains 2,726 images across 4 classes: Bacterial Leaf Spot, Downy Mildew, Healthy Leaves, Powdery Mildew.
|
| 26 |
+
Images per class:
|
| 27 |
+
- Bacterial Leaf Spot: 100
|
| 28 |
+
- Downy Mildew: 966
|
| 29 |
+
- Healthy Leaves: 1,254
|
| 30 |
+
- Powdery Mildew: 406
|
| 31 |
+
|
| 32 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
+
@article{dharrao2025grapes,
|
| 38 |
+
title={Grapes leaf disease dataset for precision agriculture},
|
| 39 |
+
author={Dharrao, Madhuri and Zade, Nilima and Kamatchi, R and Sonawane, Rakesh and Henry, Rabinder and Dharrao, Deepak},
|
| 40 |
+
journal={Data in Brief},
|
| 41 |
+
volume={61},
|
| 42 |
+
pages={111716},
|
| 43 |
+
year={2025},
|
| 44 |
+
publisher={Elsevier}
|
| 45 |
+
}```
|
| 46 |
+
|
| 47 |
+
Dharrao, Madhuri; Dharrao, Deepak; Sonawane, Rakesh; zade, Nilima (2025), “Niphad Grape Leaf Disease Dataset (NGLD)”, Mendeley Data, V5, doi: 10.17632/8nnd2ypcv3.5
|