yunusserhat commited on
Commit
3e5026a
·
verified ·
1 Parent(s): 5296e84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +191 -0
README.md CHANGED
@@ -53,4 +53,195 @@ configs:
53
  path: data/eval-*
54
  - split: test
55
  path: data/test-*
 
 
 
 
 
 
 
56
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  path: data/eval-*
54
  - split: test
55
  path: data/test-*
56
+ license: apache-2.0
57
+ task_categories:
58
+ - image-classification
59
+ language:
60
+ - tr
61
+ size_categories:
62
+ - 10K<n<100K
63
  ---
64
+
65
+ > ⚠️ **Important:** English version is available below.
66
+
67
+ # TürkSofrası-25 (TurkishFoods-25) Veri Seti
68
+
69
+ **TürkSofrası-25**, 25 farklı geleneksel Türk yemeğine ait toplam **11.461** görsel içeren ve yemek tanıma/sınıflandırma amaçlı hazırlanmış bir görüntü veri setidir. Görseller `.jpg` formatında olup her sınıf için ayrı klasörlerde yer almaktadır.
70
+
71
+ Veri seti, Hugging Face `datasets` kütüphanesi biçimindedir ve `image` (görsel) ile `label` (etiket) olmak üzere iki özelliğe sahiptir. Etiketler `class_label` biçiminde tanımlanmış olup aşağıdaki gibi numaralanmıştır:
72
+
73
+ | Etiket | Sınıf Adı |
74
+ |--------|------------------|
75
+ | 0 | Aşure |
76
+ | 1 | Baklava |
77
+ | 2 | Biber Dolması |
78
+ | 3 | Börek |
79
+ | 4 | Çiğ Köfte |
80
+ | 5 | Enginar |
81
+ | 6 | Et Sote |
82
+ | 7 | Gözleme |
83
+ | 8 | Hamsi |
84
+ | 9 | Hünkâr Beğendi |
85
+ | 10 | İçli Köfte |
86
+ | 11 | Ispanak |
87
+ | 12 | İzmir Köfte |
88
+ | 13 | Karnıyarık |
89
+ | 14 | Kebap |
90
+ | 15 | Kısır |
91
+ | 16 | Kuru Fasulye |
92
+ | 17 | Lahmacun |
93
+ | 18 | Lokum |
94
+ | 19 | Mantı |
95
+ | 20 | Mücver |
96
+ | 21 | Pirinç Pilavı |
97
+ | 22 | Simit |
98
+ | 23 | Taze Fasulye |
99
+ | 24 | Yaprak Sarma |
100
+
101
+ ## Veri Bölünmeleri
102
+
103
+ | Bölüm | Örnek Sayısı | Boyut (Bayt) |
104
+ |-------|--------------|--------------|
105
+ | Eğitim (`train`) | 9,168 | ~92.7 MB |
106
+ | Doğrulama (`eval`) | 1,146 | ~11.7 MB |
107
+ | Test (`test`) | 1,147 | ~11.5 MB |
108
+ | **Toplam** | **11,461** | **~116 MB** |
109
+
110
+ ## Klasör Yapısı
111
+
112
+ ```
113
+ TurkishFoods-25/
114
+ ├── asure
115
+ ├── baklava
116
+ ├── biber_dolmasi
117
+ ├── borek
118
+ ├── cig_kofte
119
+ ├── enginar
120
+ ├── et_sote
121
+ ├── gozleme
122
+ ├── hamsi
123
+ ├── hunkar_begendi
124
+ ├── icli_kofte
125
+ ├── ispanak
126
+ ├── izmir_kofte
127
+ ├── karniyarik
128
+ ├── kebap
129
+ ├── kisir
130
+ ├── kuru_fasulye
131
+ ├── lahmacun
132
+ ├── lokum
133
+ ├── manti
134
+ ├── mucver
135
+ ├── pirinc_pilavi
136
+ ├── simit
137
+ ├── taze_fasulye
138
+ └── yaprak_sarma
139
+ ```
140
+
141
+ Her klasör ilgili yemeğe ait `.jpg` uzantılı görselleri içerir.
142
+
143
+ ## Atıf
144
+
145
+ > **Önemli:** Bu veri seti bana ait değildir. Lütfen araştırmalarınızda bu veri setini kullanırsanız orijinal yazarları ve aşağıdaki yayını kaynak gösteriniz.
146
+
147
+ ```bibtex
148
+ @inproceedings{kayikcci2019classification,
149
+ title={Classification of turkish cuisine with deep learning on mobile platform},
150
+ author={Kay{\i}k{\c{c}}{\i}, {\c{S}}afak and Ba{\c{s}}ol, Yusuf and D{\"o}rter, Elanur},
151
+ booktitle={2019 4th International Conference on Computer Science and Engineering (UBMK)},
152
+ pages={1--5},
153
+ year={2019},
154
+ organization={Ieee}
155
+ }
156
+ ```
157
+
158
+ # TurkishFoods-25 (TürkSofrası-25) Dataset
159
+
160
+ **TurkishFoods-25** is a benchmark dataset consisting of **11,461** images of 25 traditional Turkish dishes, intended for food recognition and classification tasks. All images are in `.jpg` format and organized into folders per class.
161
+
162
+ The dataset follows the Hugging Face `datasets` format with two features: `image` and `label`. The `label` is defined as a `class_label` with the following mapping:
163
+
164
+ | Label | Class Name |
165
+ |-------|----------------|
166
+ | 0 | Aşure |
167
+ | 1 | Baklava |
168
+ | 2 | Biber Dolması |
169
+ | 3 | Börek |
170
+ | 4 | Çiğ Köfte |
171
+ | 5 | Enginar |
172
+ | 6 | Et Sote |
173
+ | 7 | Gözleme |
174
+ | 8 | Hamsi |
175
+ | 9 | Hünkâr Beğendi |
176
+ | 10 | İçli Köfte |
177
+ | 11 | Ispanak |
178
+ | 12 | İzmir Köfte |
179
+ | 13 | Karnıyarık |
180
+ | 14 | Kebap |
181
+ | 15 | Kısır |
182
+ | 16 | Kuru Fasulye |
183
+ | 17 | Lahmacun |
184
+ | 18 | Lokum |
185
+ | 19 | Mantı |
186
+ | 20 | Mücver |
187
+ | 21 | Pirinç Pilavı |
188
+ | 22 | Simit |
189
+ | 23 | Taze Fasulye |
190
+ | 24 | Yaprak Sarma |
191
+
192
+ ## Dataset Splits
193
+
194
+ | Split | Number of Examples | Size (Bytes) |
195
+ |-------|---------------------|--------------|
196
+ | Train | 9,168 | ~92.7 MB |
197
+ | Eval | 1,146 | ~11.7 MB |
198
+ | Test | 1,147 | ~11.5 MB |
199
+ | **Total** | **11,461** | **~116 MB** |
200
+
201
+ ## Directory Structure
202
+
203
+ ```
204
+ TurkishFoods-25/
205
+ ├── asure
206
+ ├── baklava
207
+ ├── biber_dolmasi
208
+ ├── borek
209
+ ├── cig_kofte
210
+ ├── enginar
211
+ ├── et_sote
212
+ ├── gozleme
213
+ ├── hamsi
214
+ ├── hunkar_begendi
215
+ ├── icli_kofte
216
+ ├─�� ispanak
217
+ ├── izmir_kofte
218
+ ├── karniyarik
219
+ ├── kebap
220
+ ├── kisir
221
+ ├── kuru_fasulye
222
+ ├── lahmacun
223
+ ├── lokum
224
+ ├── manti
225
+ ├── mucver
226
+ ├── pirinc_pilavi
227
+ ├── simit
228
+ ├── taze_fasulye
229
+ └── yaprak_sarma
230
+ ```
231
+
232
+ Each folder contains `.jpg` images corresponding to the dish name.
233
+
234
+ ## Citation
235
+
236
+ If you use this dataset in your research, please cite the following publication:
237
+
238
+ ```bibtex
239
+ @inproceedings{kayikcci2019classification,
240
+ title={Classification of turkish cuisine with deep learning on mobile platform},
241
+ author={Kay{\i}k{\c{c}}{\i}, {\c{S}}afak and Ba{\c{s}}ol, Yusuf and D{\"o}rter, Elanur},
242
+ booktitle={2019 4th International Conference on Computer Science and Engineering (UBMK)},
243
+ pages={1--5},
244
+ year={2019},
245
+ organization={Ieee}
246
+ }
247
+ ```