Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,40 @@ configs:
|
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
+
license: cc-by-nc-4.0
|
| 28 |
+
task_categories:
|
| 29 |
+
- image-classification
|
| 30 |
+
size_categories:
|
| 31 |
+
- 1K<n<10K
|
| 32 |
---
|
| 33 |
+
|
| 34 |
+
# Tea Leaf Disease Classification
|
| 35 |
+
|
| 36 |
+
A dataset for disease classification of tea leaves. The dataset contains 5,867 images across 6 classes: algal_spot, brown_blight, gray_blight, healthy, helopeltis, red_spot.
|
| 37 |
+
Images per class:
|
| 38 |
+
- algal_spot: 1,000
|
| 39 |
+
- brown_blight: 867
|
| 40 |
+
- gray_blight: 1,000
|
| 41 |
+
- healthy: 1,000
|
| 42 |
+
- helopeltis: 1,000
|
| 43 |
+
- red_spot: 1,000
|
| 44 |
+
|
| 45 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 46 |
+
|
| 47 |
+
## Citation
|
| 48 |
+
|
| 49 |
+
```bibtex
|
| 50 |
+
@article{BALASUNDARAM2025103784,
|
| 51 |
+
title = {Tea leaf disease detection using segment anything model and deep convolutional neural networks},
|
| 52 |
+
journal = {Results in Engineering},
|
| 53 |
+
volume = {25},
|
| 54 |
+
pages = {103784},
|
| 55 |
+
year = {2025},
|
| 56 |
+
issn = {2590-1230},
|
| 57 |
+
doi = {https://doi.org/10.1016/j.rineng.2024.103784},
|
| 58 |
+
url = {https://www.sciencedirect.com/science/article/pii/S2590123024020279},
|
| 59 |
+
author = {Ananthakrishnan Balasundaram and Prem Sundaresan and Aryan Bhavsar and Mishti Mattu and Muthu Subash Kavitha and Ayesha Shaik}
|
| 60 |
+
}
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
https://www.kaggle.com/datasets/saikatdatta1994/tea-leaf-disease
|