CoolFace
Datasetpublic

InfoBayAI/PSD_image_datset_samples

InfoBay.AI SVG Dataset Catalogue Overview The InfoBay.AI SVG Dataset Catalogue is a professionally curated collection of 873,754 scalable vector graphics (SVG) designed for Artificial Intelligence, Computer Vision, UI/UX Design, Search Systems, Frontend Development, Design Automation, and Multimodal Foundation Models. The dataset contains high-quality vector assets spanning user interface components, branding materials, logos, technology icons, healthcare graphics… See the full description on the dataset page: https://huggingface.co/datasets/InfoBayAI/PSD_image_datset_samples.

sourceHugging Facecc-by-4.0updated 6d agoView on Hugging Face
0likes71downloads
Dataset Card

InfoBay.AI SVG Dataset Catalogue

Overview

The InfoBay.AI SVG Dataset Catalogue is a professionally curated collection of 873,754 scalable vector graphics (SVG) designed for Artificial Intelligence, Computer Vision, UI/UX Design, Search Systems, Frontend Development, Design Automation, and Multimodal Foundation Models.

The dataset contains high-quality vector assets spanning user interface components, branding materials, logos, technology icons, healthcare graphics, business illustrations, communication symbols, and media-related visual elements.

For efficient storage, cloud-native distribution, and scalable AI workflows, the original SVG files have been serialized into Apache Parquet while preserving the original filenames, directory structure, file extensions, and binary content. Every original SVG asset can be reconstructed exactly from the provided Parquet files.


Dataset Statistics

PropertyValue
Dataset NameInfoBay.AI SVG Dataset Catalogue
Asset TypeSVG (Scalable Vector Graphics)
Total Assets873,754
Storage FormatApache Parquet
LicenseCC BY 4.0

Dataset Categories

The collection includes vector graphics across multiple industries and applications.

Key Categories

  • UI Controls
  • Logos & Branding
  • Technology & Devices
  • Communication
  • Business & Finance
  • Health & Medical
  • Media & Entertainment
  • Icons
  • Web Components
  • Interface Elements
  • Navigation Assets
  • Product Illustrations
  • Educational Graphics
  • Marketing Assets

Primary AI Applications

This dataset is suitable for:

  • Generative AI
  • Computer Vision
  • Vision Language Models (VLMs)
  • Large Multimodal Models (LMMs)
  • UI Component Recognition
  • Frontend Code Generation
  • Design Retrieval
  • Image Similarity Search
  • Search Indexing
  • Vector Embedding Models
  • OCR Research
  • Design Recommendation
  • Interface Understanding
  • Human-Computer Interaction

Enterprise Applications

  • UI / UX Design
  • Frontend Development
  • Graphic Design
  • Brand Asset Management
  • Enterprise Search
  • Marketing Automation
  • Product Design
  • Design Systems
  • Digital Asset Management
  • AI-assisted Creative Platforms

Storage Format

The dataset is distributed in Apache Parquet format.

Each row represents one original SVG asset.

Schema:

ColumnDescription
relative_pathOriginal file path
filenameOriginal filename
extensionFile extension
sizeOriginal file size (bytes)
contentBinary SVG content

The complete directory structure and SVG files can be restored programmatically from the Parquet dataset.


Why Apache Parquet?

Apache Parquet provides:

  • Efficient compression
  • Faster loading
  • Reduced storage requirements
  • Hugging Face compatibility
  • Streaming support
  • Cloud-native architecture
  • Distributed processing
  • Scalable AI pipelines

Loading the Dataset

python
from datasets import load_dataset

dataset = load_dataset("YOUR_USERNAME/YOUR_DATASET_NAME")

print(dataset)

Example

python
sample = dataset["train"][0]

print(sample["filename"])
print(sample["extension"])
print(sample["size"])
print(sample["content"])

AI Research Use Cases

Researchers can leverage this dataset for:

  • UI Component Detection
  • Logo Recognition
  • Design Similarity Search
  • Interface Understanding
  • Frontend Generation
  • Image Embedding Models
  • Retrieval-Augmented Generation (RAG)
  • Multimodal Representation Learning
  • Human-Computer Interaction
  • Design Recommendation Systems

Citation

bibtex
@dataset{infobay_svg_dataset_2026,
  title     = {InfoBay.AI SVG Dataset Catalogue},
  author    = {InfoBay.AI},
  year      = {2026},
  publisher = {InfoBay.AI},
  license   = {CC BY 4.0}
}

License

This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.

You are free to:

  • Share
  • Copy
  • Redistribute
  • Remix
  • Transform
  • Build upon the material
  • Use commercially

Provided that appropriate attribution is given to InfoBay.AI.

License:

https://creativecommons.org/licenses/by/4.0/


Disclaimer

This dataset is provided for research, educational, and enterprise AI development purposes. Users are responsible for ensuring compliance with all applicable copyright laws, intellectual property rights, and licensing requirements when using or redistributing the dataset.


Data Creation

Procured through formal agreements and generated in the ordinary course of business.

Considerations

This dataset is provided for research and educational purposes only. It contains only sample data. For access to the full dataset and enterprise licensing options, please visit our website InfoBay.AI or contact us directly.

-Ph: (+91) 9236354075 -Email: datareq@infobay.ai ---

Acknowledgements

The InfoBay.AI SVG Dataset Catalogue has been curated to accelerate research in Computer Vision, UI/UX Intelligence, Design Automation, Frontend AI, Multimodal Learning, Enterprise Search, and Generative AI. We hope this collection contributes to the development of next-generation intelligent design systems.