Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
gndclouds commited on
Commit
82989bc
·
verified ·
1 Parent(s): ec4ec33

flattened to viewer works better

Browse files
Files changed (1) hide show
  1. categories_data.json +14 -317
categories_data.json CHANGED
@@ -1,317 +1,14 @@
1
- {
2
- "dataset_info": {
3
- "name": "logolens-categories",
4
- "version": "1.0.0",
5
- "description": "Comprehensive logo design classification categories for visual analysis",
6
- "citation": "@misc{logolens-categories, author={gndclouds}, title={LogoLens Categories Dataset}, year={2024}}",
7
- "homepage": "https://huggingface.co/datasets/tiny-factories/logolens-categories",
8
- "license": "MIT",
9
- "features": {
10
- "category_type": {
11
- "type": "string",
12
- "example": "logo_types"
13
- },
14
- "categories": {
15
- "name": {
16
- "type": "string",
17
- "example": "Wordmark"
18
- },
19
- "description": {
20
- "type": "string",
21
- "example": "Text-only design using company or brand name"
22
- },
23
- "examples": {
24
- "type": "list[string]",
25
- "example": [
26
- "Google",
27
- "Coca-Cola",
28
- "Samsung"
29
- ]
30
- },
31
- "characteristics": {
32
- "type": "list[string]",
33
- "example": [
34
- "Typography-focused",
35
- "Text-based",
36
- "Brand name as logo"
37
- ]
38
- }
39
- }
40
- },
41
- "language": "en"
42
- },
43
- "category_groups": [
44
- {
45
- "category_type": "logo_types",
46
- "description": "Primary classification of logo design styles",
47
- "categories": [
48
- {
49
- "name": "Wordmark",
50
- "description": "Text-only design using company or brand name",
51
- "examples": [
52
- "Google",
53
- "Coca-Cola",
54
- "Samsung"
55
- ],
56
- "characteristics": [
57
- "Typography-focused",
58
- "Text-based",
59
- "Brand name as logo"
60
- ],
61
- "tags": [
62
- "example_tag"
63
- ]
64
- },
65
- {
66
- "name": "Lettermark",
67
- "description": "Initials or single letter designs",
68
- "examples": [
69
- "IBM",
70
- "HP",
71
- "NASA"
72
- ],
73
- "characteristics": [
74
- "Abbreviated text",
75
- "Monogram style",
76
- "Initial-based"
77
- ],
78
- "tags": [
79
- "example_tag"
80
- ]
81
- },
82
- {
83
- "name": "Pictorial Mark",
84
- "description": "Iconic image or recognizable symbol",
85
- "examples": [
86
- "Apple's apple",
87
- "Twitter's bird",
88
- "Shell's shell"
89
- ],
90
- "characteristics": [
91
- "Symbolic representation",
92
- "Recognizable icon",
93
- "Visual metaphor"
94
- ],
95
- "tags": [
96
- "example_tag"
97
- ]
98
- },
99
- {
100
- "name": "Abstract Mark",
101
- "description": "Non-representational geometric or abstract form",
102
- "examples": [
103
- "Nike swoosh",
104
- "Pepsi circle",
105
- "Adidas stripes"
106
- ],
107
- "characteristics": [
108
- "Non-literal design",
109
- "Geometric shapes",
110
- "Abstract symbolism"
111
- ],
112
- "tags": [
113
- "example_tag"
114
- ]
115
- },
116
- {
117
- "name": "Mascot",
118
- "description": "Character-based illustrated logo",
119
- "examples": [
120
- "KFC's Colonel",
121
- "Michelin Man",
122
- "Mr. Clean"
123
- ],
124
- "characteristics": [
125
- "Character-based",
126
- "Personality-driven",
127
- "Illustrated figure"
128
- ],
129
- "tags": [
130
- "example_tag"
131
- ]
132
- },
133
- {
134
- "name": "Combination Mark",
135
- "description": "Combined text and symbol design",
136
- "examples": [
137
- "Burger King",
138
- "Starbucks",
139
- "Mastercard"
140
- ],
141
- "characteristics": [
142
- "Text and symbol combination",
143
- "Integrated elements",
144
- "Dual-component design"
145
- ],
146
- "tags": [
147
- "example_tag"
148
- ]
149
- }
150
- ]
151
- },
152
- {
153
- "category_type": "style_attributes",
154
- "description": "Visual and design characteristics",
155
- "categories": [
156
- {
157
- "name": "Minimalist",
158
- "description": "Clean, simple design with essential elements only",
159
- "examples": [
160
- "Apple",
161
- "Nike",
162
- "Uniqlo"
163
- ],
164
- "characteristics": [
165
- "Simple shapes",
166
- "Limited colors",
167
- "Clean typography",
168
- "Negative space",
169
- "Essential elements only"
170
- ],
171
- "tags": [
172
- "example_tag"
173
- ]
174
- },
175
- {
176
- "name": "Geometric",
177
- "description": "Based on geometric shapes and patterns",
178
- "examples": [
179
- "Chase Bank",
180
- "Microsoft",
181
- "Target"
182
- ],
183
- "characteristics": [
184
- "Basic shapes",
185
- "Mathematical precision",
186
- "Structured layout",
187
- "Regular patterns",
188
- "Symmetrical design"
189
- ],
190
- "tags": [
191
- "example_tag"
192
- ]
193
- },
194
- {
195
- "name": "Organic",
196
- "description": "Natural, flowing forms and curves",
197
- "examples": [
198
- "Firefox",
199
- "WWF",
200
- "Android"
201
- ],
202
- "characteristics": [
203
- "Flowing lines",
204
- "Natural shapes",
205
- "Irregular forms",
206
- "Curved elements",
207
- "Asymmetrical balance"
208
- ],
209
- "tags": [
210
- "example_tag"
211
- ]
212
- },
213
- {
214
- "name": "Vintage",
215
- "description": "Retro or classic style elements",
216
- "examples": [
217
- "Levi's",
218
- "Jack Daniel's",
219
- "Harley-Davidson"
220
- ],
221
- "characteristics": [
222
- "Retro typography",
223
- "Classic ornaments",
224
- "Traditional elements",
225
- "Historical references",
226
- "Aged appearance"
227
- ],
228
- "tags": [
229
- "example_tag"
230
- ]
231
- },
232
- {
233
- "name": "Modern",
234
- "description": "Contemporary design principles",
235
- "examples": [
236
- "Airbnb",
237
- "Spotify",
238
- "Instagram"
239
- ],
240
- "characteristics": [
241
- "Current trends",
242
- "Bold typography",
243
- "Dynamic elements",
244
- "Progressive style",
245
- "Contemporary aesthetics"
246
- ],
247
- "tags": [
248
- "example_tag"
249
- ]
250
- }
251
- ]
252
- },
253
- {
254
- "category_type": "color_properties",
255
- "description": "Color usage and patterns in logo design",
256
- "categories": [
257
- {
258
- "name": "Monochrome",
259
- "description": "Single color or black and white design",
260
- "examples": [
261
- "Nike",
262
- "Apple",
263
- "Mercedes-Benz"
264
- ],
265
- "characteristics": [
266
- "Single color usage",
267
- "Black and white",
268
- "Tonal variations",
269
- "High contrast",
270
- "Simplified palette"
271
- ],
272
- "tags": [
273
- "example_tag"
274
- ]
275
- },
276
- {
277
- "name": "Colorful",
278
- "description": "Multiple distinct colors",
279
- "examples": [
280
- "Google",
281
- "NBC",
282
- "eBay"
283
- ],
284
- "characteristics": [
285
- "Multiple colors",
286
- "Color harmony",
287
- "Vibrant palette",
288
- "Color relationships",
289
- "Brand color usage"
290
- ],
291
- "tags": [
292
- "example_tag"
293
- ]
294
- },
295
- {
296
- "name": "Gradient",
297
- "description": "Smooth color transitions",
298
- "examples": [
299
- "Instagram",
300
- "Firefox",
301
- "Messenger"
302
- ],
303
- "characteristics": [
304
- "Color blending",
305
- "Smooth transitions",
306
- "Depth effect",
307
- "Modern appearance",
308
- "Dynamic coloring"
309
- ],
310
- "tags": [
311
- "example_tag"
312
- ]
313
- }
314
- ]
315
- }
316
- ]
317
- }
 
1
+ {"category_type":"logo_types","group_description":"Primary classification of logo design styles","name":"Wordmark","description":"Text-only design using company or brand name","examples":"Google, Coca-Cola, Samsung","characteristics":"Typography-focused, Text-based, Brand name as logo"}
2
+ {"category_type":"logo_types","group_description":"Primary classification of logo design styles","name":"Lettermark","description":"Initials or single letter designs","examples":"IBM, HP, NASA","characteristics":"Abbreviated text, Monogram style, Initial-based"}
3
+ {"category_type":"logo_types","group_description":"Primary classification of logo design styles","name":"Pictorial Mark","description":"Iconic image or recognizable symbol","examples":"Apple's apple, Twitter's bird, Shell's shell","characteristics":"Symbolic representation, Recognizable icon, Visual metaphor"}
4
+ {"category_type":"logo_types","group_description":"Primary classification of logo design styles","name":"Abstract Mark","description":"Non-representational geometric or abstract form","examples":"Nike swoosh, Pepsi circle, Adidas stripes","characteristics":"Non-literal design, Geometric shapes, Abstract symbolism"}
5
+ {"category_type":"logo_types","group_description":"Primary classification of logo design styles","name":"Mascot","description":"Character-based illustrated logo","examples":"KFC's Colonel, Michelin Man, Mr. Clean","characteristics":"Character-based, Personality-driven, Illustrated figure"}
6
+ {"category_type":"logo_types","group_description":"Primary classification of logo design styles","name":"Combination Mark","description":"Combined text and symbol design","examples":"Burger King, Starbucks, Mastercard","characteristics":"Text and symbol combination, Integrated elements, Dual-component design"}
7
+ {"category_type":"style_attributes","group_description":"Visual and design characteristics","name":"Minimalist","description":"Clean, simple design with essential elements only","examples":"Apple, Nike, Uniqlo","characteristics":"Simple shapes, Limited colors, Clean typography, Negative space, Essential elements only"}
8
+ {"category_type":"style_attributes","group_description":"Visual and design characteristics","name":"Geometric","description":"Based on geometric shapes and patterns","examples":"Chase Bank, Microsoft, Target","characteristics":"Basic shapes, Mathematical precision, Structured layout, Regular patterns, Symmetrical design"}
9
+ {"category_type":"style_attributes","group_description":"Visual and design characteristics","name":"Organic","description":"Natural, flowing forms and curves","examples":"Firefox, WWF, Android","characteristics":"Flowing lines, Natural shapes, Irregular forms, Curved elements, Asymmetrical balance"}
10
+ {"category_type":"style_attributes","group_description":"Visual and design characteristics","name":"Vintage","description":"Retro or classic style elements","examples":"Levi's, Jack Daniel's, Harley-Davidson","characteristics":"Retro typography, Classic ornaments, Traditional elements, Historical references, Aged appearance"}
11
+ {"category_type":"style_attributes","group_description":"Visual and design characteristics","name":"Modern","description":"Contemporary design principles","examples":"Airbnb, Spotify, Instagram","characteristics":"Current trends, Bold typography, Dynamic elements, Progressive style, Contemporary aesthetics"}
12
+ {"category_type":"color_properties","group_description":"Color usage and patterns in logo design","name":"Monochrome","description":"Single color or black and white design","examples":"Nike, Apple, Mercedes-Benz","characteristics":"Single color usage, Black and white, Tonal variations, High contrast, Simplified palette"}
13
+ {"category_type":"color_properties","group_description":"Color usage and patterns in logo design","name":"Colorful","description":"Multiple distinct colors","examples":"Google, NBC, eBay","characteristics":"Multiple colors, Color harmony, Vibrant palette, Color relationships, Brand color usage"}
14
+ {"category_type":"color_properties","group_description":"Color usage and patterns in logo design","name":"Gradient","description":"Smooth color transitions","examples":"Instagram, Firefox, Messenger","characteristics":"Color blending, Smooth transitions, Depth effect, Modern appearance, Dynamic coloring"}