CoolFace
Datasetpublic

Tiny-Factories/logolens-categories

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. Version: 1.0.0 Homepage: Hugging Face Dataset License: MIT Features Field Type Description Example category_type string The classification group (e.g.… See the full description on the dataset page: https://huggingface.co/datasets/Tiny-Factories/logolens-categories.

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes6downloads
Dataset Card

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

FieldTypeDescriptionExample
category_typestringThe classification group (e.g., logo_types)."logo_types"
namestringName of the category."Wordmark"
descriptionstringDescription of the category."Text-only design..."
exampleslist[string]List of examples for this category.["Google", "Coca-Cola"]
characteristicslist[string]Characteristics of the category.["Typography-focused", "Text"]

Examples

Entry from logo_types

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