Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,4 +30,43 @@ configs:
|
|
| 30 |
data_files:
|
| 31 |
- split: train
|
| 32 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
data_files:
|
| 31 |
- split: train
|
| 32 |
path: data/train-*
|
| 33 |
+
license: cc-by-4.0
|
| 34 |
+
task_categories:
|
| 35 |
+
- image-classification
|
| 36 |
+
size_categories:
|
| 37 |
+
- 1K<n<10K
|
| 38 |
---
|
| 39 |
+
|
| 40 |
+
# MangoClassify 12 Variety Classification
|
| 41 |
+
|
| 42 |
+
A dataset for variety classification of common mangoes. The dataset contains 3,900 images across 12 classes:
|
| 43 |
+
Images per class:
|
| 44 |
+
- Amrapali: 600
|
| 45 |
+
- Banana: 212
|
| 46 |
+
- Bari 4: 240
|
| 47 |
+
- Fazli: 120
|
| 48 |
+
- GobindoBhog: 41
|
| 49 |
+
- GopalBhog: 406
|
| 50 |
+
- Harivanga: 575
|
| 51 |
+
- Himsagar: 502
|
| 52 |
+
- Khrishapat: 380
|
| 53 |
+
- Langra: 506
|
| 54 |
+
- RaniBhog: 92
|
| 55 |
+
- Sundari: 226
|
| 56 |
+
|
| 57 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 58 |
+
|
| 59 |
+
## Citation
|
| 60 |
+
|
| 61 |
+
```bibtex
|
| 62 |
+
@article{rahman2025mangoclassify,
|
| 63 |
+
title={MangoClassify-12: A high-resolution image dataset of twelve indigenous Bangladeshi mango cultivars},
|
| 64 |
+
author={Rahman, Md Sajedur and Nahin, Md Mahfuz Ahmed and Rahman, Md Mahbubur and Rani, Mollika and Islam, Md Ashraful and Bashir, Al and Shafkat, Ahmad and Mallik, Bijon and Majeed, Yaqoob},
|
| 65 |
+
journal={Data in Brief},
|
| 66 |
+
pages={112037},
|
| 67 |
+
year={2025},
|
| 68 |
+
publisher={Elsevier}
|
| 69 |
+
}
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
Md. Sajedur Rahman, Md. Mahfuz Ahmed Nahin, Mollika Rani, and MD Ashraful Islam. (2025). MangoClassify-12: Native Mango Dataset from BD [Dataset]. Kaggle. https://doi.org/10.34740/KAGGLE/DSV/12460544
|