datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
pexels-advertisement-photography
Pexels Advertisement & Product Photography Dataset
A curated dataset of 12,917 high-quality advertisement and product photography images sourced from Pexels, enriched with AI-generated captions for text-to-image model fine-tuning.
Dataset Overview
Attribute
Value
Total Images
12,917
Source
Pexels API
Categories
40 search queries
Avg Resolution
842 x 886 px
Min Resolution
512 px (shortest side)
Total Size
~2.4 GB (parquet with embedded images)… See the full description on the dataset page: https://huggingface.co/datasets/RayyanAhmed9477/pexels-advertisement-photography.Advertisement_100
Название датасета
Advertisement_100
Описание
Датасет содержит 100 изображений с текстовыми описаниями.
Структура
image: Изображение в формате JPG
text: Текстовое описание изображения
Использование
from datasets import load_dataset
dataset = load_dataset("LinaLu3/Advertisement_100")
print(dataset[0])
