Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,4 +22,36 @@ configs:
|
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
+
license: cc-by-4.0
|
| 26 |
+
task_categories:
|
| 27 |
+
- image-classification
|
| 28 |
+
size_categories:
|
| 29 |
+
- 1K<n<10K
|
| 30 |
---
|
| 31 |
+
|
| 32 |
+
# Mint Leaf Classification
|
| 33 |
+
|
| 34 |
+
A dataset for health classification of mint leaves. The dataset contains 5,384 images across 4 classes: Dried, Fresh, Spoiled, Sunlight.
|
| 35 |
+
Images per class:
|
| 36 |
+
- Dried: 1,881
|
| 37 |
+
- Fresh: 1,773
|
| 38 |
+
- Spoiled: 1,669
|
| 39 |
+
- Sunlight: 61
|
| 40 |
+
|
| 41 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 42 |
+
|
| 43 |
+
## Citation
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@article{jadhav2023mint,
|
| 47 |
+
title={Mint leaves: dried, fresh, and spoiled dataset for condition analysis and machine learning applications},
|
| 48 |
+
author={Jadhav, Rohini and Suryawanshi, Yogesh and Bedmutha, Yashashree and Patil, Kailas and Chumchu, Prawit},
|
| 49 |
+
journal={Data in Brief},
|
| 50 |
+
volume={51},
|
| 51 |
+
pages={109717},
|
| 52 |
+
year={2023},
|
| 53 |
+
publisher={Elsevier}
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
Bedmutha, Yashashree; Suryawanshi, Yogesh; PATIL, Kailas; chumchu, prawit (2023), “Pudina Leaf Dataset: Freshness Analysis”, Mendeley Data, V1, doi: 10.17632/nvbpydc3fs.1
|