Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
logolens-categories / README.md
gndclouds's picture
Update README.md
ec4ec33 verified
metadata
license: mit
language:
  - en
pretty_name: Logolens Catagories for Logo Classification
size_categories:
  - n<1K

Dataset Name: LogoLens Categories

Description

The logolens-categories dataset contains classifications of logo designs based on type, style attributes, and color properties. It is ideal for tasks related to visual analysis, design inspiration, and automated logo classification.


Features

Field Type Description Example
category_type string The classification group (e.g., logo_types). "logo_types"
name string Name of the category. "Wordmark"
description string Description of the category. "Text-only design..."
examples list[string] List of examples for this category. ["Google", "Coca-Cola"]
characteristics list[string] Characteristics of the category. ["Typography-focused", "Text"]

Examples

Entry from logo_types

{
  "name": "Wordmark",
  "description": "Text-only design using company or brand name",
  "examples": ["Google", "Coca-Cola", "Samsung"],
  "characteristics": ["Typography-focused", "Text-based"]
}