File size: 3,336 Bytes
8341b6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f04d840
8341b6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
annotations_creators:
- expert-generated
language_creators:
- expert-generated
language:
- bn
license:
- cc-by-4.0
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- image-classification
task_ids:
- multi-class-image-classification
pretty_name: BanglaDressNet
tags:
- fashion
- clothing
- bangladesh
- culture
- classification
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Blouse
          '1': Dhoti
          '2': Dupatta
          '3': Fatua
          '4': Frock
          '5': Gamcha
          '6': Koti
          '7': Lungi
          '8': Maxi
          '9': Muffler
          '10': Panjabi
          '11': Petticoat
          '12': Salwar-Kameez
          '13': Sando-Genji
          '14': Saree
          '15': Shawl
---

# πŸ‡§πŸ‡© BanglaDressNet: Traditional Bangladeshi Dress Dataset (Novel Dataset)

![Language](https://img.shields.io/badge/Language-Bengali-green?style=for-the-badge&logo=google-translate&logoColor=white)
![Task](https://img.shields.io/badge/Task-Image%20Classification-red?style=for-the-badge&logo=mediafire&logoColor=white)
![Size](https://img.shields.io/badge/Size-8K%20Images-blue?style=for-the-badge&logo=files&logoColor=white)
![License](https://img.shields.io/badge/License-CC--BY--4.0-lightgrey?style=for-the-badge)

## πŸ“„ Context
**Official dataset** for the research paper:
> **"Multi-Level Ensemble Learning for Fine-Grained Classification of Traditional Bangladeshi Dress Using Deep Transfer Models"**
> *Accepted at: 2025 7th International Conference on Electrical Information and Communication Technology (EICT)*

This dataset, **BanglaDressNet**, contains **8,000 images** of **16 categories** of traditional Bangladeshi attire, collected to facilitate fine-grained classification and cultural heritage preservation.

---

## πŸ”— Associated Resources

| Resource | Link |
| :--- | :--- |
| πŸ“„ **Paper** | *Awaiting Publication* |
| πŸ™ **GitHub Repository** | [![GitHub](https://img.shields.io/badge/GitHub-Repo-black?style=flat&logo=github)](https://github.com/MusfiqurTuhin/BanglaDressNet-Classification) |
| 🐍 **Kaggle Dataset** | [![Kaggle](https://img.shields.io/badge/Kaggle-Dataset-blue?style=flat&logo=kaggle)](https://www.kaggle.com/datasets/musfiqurtuhin/bangladressnet) |

---

## πŸ’Ύ Dataset Specifications

| Feature | Details |
| :--- | :--- |
| **Total Images** | **8,000** |
| **Classes** | 16 |
| **Format** | JPG/PNG |
| **Preprocessing** | Resized to 224x224 |

### Class Breakdown
1.  **Blouse**
2.  **Dhoti**
3.  **Dupatta**
4.  **Fatua**
5.  **Frock**
6.  **Gamcha**
7.  **Koti**
8.  **Lungi**
9.  **Maxi**
10. **Muffler**
11. **Panjabi**
12. **Petticoat**
13. **Salwar-Kameez**
14. **Sando-Genji**
15. **Saree**
16. **Shawl**

---

## πŸš€ Quick Start

```python
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("musfiqurtuhin/bangladressnet")

# View a sample
print(dataset['train'][0])
```

---

## 🀝 Citation

If you use this dataset, please cite our work:

```bibtex
@misc{md__musfiqur_rahman_2025,
	title={BanglaDressNet},
	url={https://www.kaggle.com/dsv/13932271},
	DOI={10.34740/KAGGLE/DSV/13932271},
	publisher={Kaggle},
	author={Md. Musfiqur Rahman},
	year={2025}
}
```