Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': Blister_Blight
|
| 13 |
+
'1': Brown_Blight
|
| 14 |
+
'2': Healthy_leaves
|
| 15 |
+
'3': Leaf_Red_Rust
|
| 16 |
+
'4': Red_Spider_Mite
|
| 17 |
+
'5': Tea_Mosquito_Bug
|
| 18 |
license: cc-by-4.0
|
| 19 |
+
task_categories:
|
| 20 |
+
- image-classification
|
| 21 |
+
size_categories:
|
| 22 |
+
- 10K<n<100K
|
| 23 |
---
|
| 24 |
+
|
| 25 |
+
# Tea Leaf Disease Classification
|
| 26 |
+
|
| 27 |
+
A dataset for disease classification of tea leaves. The dataset contains 80,329 images across 6 classes: Blister_Blight, Brown_Blight, Healthy_leaves, Leaf_Red_Rust, Red_Spider_Mite, Tea_Mosquito_Bug.
|
| 28 |
+
Images per class:
|
| 29 |
+
- Blister_Blight: 13,500
|
| 30 |
+
- Brown_Blight: 13,500
|
| 31 |
+
- Healthy_leaves: 12,829
|
| 32 |
+
- Leaf_Red_Rust: 13,500
|
| 33 |
+
- Red_Spider_Mite: 13,500
|
| 34 |
+
- Tea_Mosquito_Bug: 13,500
|
| 35 |
+
|
| 36 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
|
| 40 |
+
```bibtex
|
| 41 |
+
@article{gupta2025cs,
|
| 42 |
+
title={CS-D: A dataset for disease in tea leaf (Camellia sinensis) from Assam},
|
| 43 |
+
author={Gupta, Megha and Garg, Sunaina and Deb, Nabamita and Pandey, Piyush},
|
| 44 |
+
journal={Data in Brief},
|
| 45 |
+
pages={112251},
|
| 46 |
+
year={2025},
|
| 47 |
+
publisher={Elsevier}
|
| 48 |
+
}```
|
| 49 |
+
|
| 50 |
+
Gupta, Megha (2025), “Tea Leaf Dataset”, Mendeley Data, V1, doi: 10.17632/94fzcdz8gz.1
|