--- 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. - **Version**: 1.0.0 - **Homepage**: [Hugging Face Dataset](https://huggingface.co/datasets/tiny-factories/logolens-categories) - **License**: MIT --- ## 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` ```json { "name": "Wordmark", "description": "Text-only design using company or brand name", "examples": ["Google", "Coca-Cola", "Samsung"], "characteristics": ["Typography-focused", "Text-based"] }