Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': Bean
|
| 13 |
+
'1': Bitter melon
|
| 14 |
+
'2': Brinjal
|
| 15 |
+
'3': Cucumber
|
| 16 |
+
'4': Garlic
|
| 17 |
+
'5': Green Chili
|
| 18 |
+
'6': Ladies finger
|
| 19 |
+
'7': Onion
|
| 20 |
+
'8': Pointed gourd
|
| 21 |
+
'9': Potato
|
| 22 |
+
'10': Radish
|
| 23 |
+
'11': Tomato
|
| 24 |
+
license: cc-by-4.0
|
| 25 |
+
task_categories:
|
| 26 |
+
- image-classification
|
| 27 |
+
size_categories:
|
| 28 |
+
- 1K<n<10K
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# Vegetable Classification Banglades
|
| 32 |
+
|
| 33 |
+
A dataset for image classification of various types of vegetables. The dataset contains 4,319 images across 12 classes: Bean, Bitter melon, Brinjal, Cucumber, Garlic, Green Chili, Ladies finger, Onion, Pointed gourd, Potato, Radish, Tomato.
|
| 34 |
+
Images per class:
|
| 35 |
+
- Bean: 454
|
| 36 |
+
- Bitter melon: 306
|
| 37 |
+
- Brinjal: 373
|
| 38 |
+
- Cucumber: 342
|
| 39 |
+
- Garlic: 349
|
| 40 |
+
- Green Chili: 497
|
| 41 |
+
- Ladies finger: 308
|
| 42 |
+
- Onion: 357
|
| 43 |
+
- Pointed gourd: 329
|
| 44 |
+
- Potato: 365
|
| 45 |
+
- Radish: 310
|
| 46 |
+
- Tomato: 329
|
| 47 |
+
|
| 48 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 49 |
+
|
| 50 |
+
## Citation
|
| 51 |
+
|
| 52 |
+
```bibtex
|
| 53 |
+
@article{ahmed2025banglaveg,
|
| 54 |
+
title={BanglaVeg: A curated vegetable image dataset from Bangladesh for precision agriculture},
|
| 55 |
+
author={Ahmed, Md Jobayer and Saha, Ratu and Dutta, Arpon Kishore and Mojumdar, Mayen Uddin and Chakraborty, Narayan Ranjan},
|
| 56 |
+
journal={Data in Brief},
|
| 57 |
+
volume={59},
|
| 58 |
+
pages={111441},
|
| 59 |
+
year={2025},
|
| 60 |
+
publisher={Elsevier}
|
| 61 |
+
}
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
Ahmed, Md Jobayer; Saha, Ratu; Dutta , Arpon Kishore ; Mojumdar, Mayen Uddin (2025), “Vegetable Image Dataset for Classification Models: A Bangladeshi Perspective”, Mendeley Data, V4, doi: 10.17632/b9rvg4f2st.4
|