CoolFace
Datasetpublic

Porameht/fashion-dataset-thai

fashion-dataset-thai Thai-localized fashion product dataset: 44,072 product images with metadata fields translated to Thai (gender, category, sub-category, article type, base colour, season, usage). Based on the Fashion Product Images dataset (Kaggle). Format Field Description id Product id year Year productDisplayName Product name image Product image gender_th, masterCategory_th, subCategory_th, articleType_th, baseColour_th, season_th… See the full description on the dataset page: https://huggingface.co/datasets/Porameht/fashion-dataset-thai.

sourceHugging Facecc0-1.0updated 27d agoView on Hugging Face
0likes22downloads
Dataset Card

fashion-dataset-thai

Thai-localized fashion product dataset: 44,072 product images with metadata fields translated to Thai (gender, category, sub-category, article type, base colour, season, usage). Based on the Fashion Product Images dataset (Kaggle).

Format

FieldDescription
idProduct id
yearYear
productDisplayNameProduct name
imageProduct image
gender_th, masterCategory_th, subCategory_th, articleType_th, baseColour_th, season_th, usage_thMetadata in Thai

Usage

python
from datasets import load_dataset

ds = load_dataset("Porameht/fashion-dataset-thai")

Suitable for Thai fashion classification, retrieval, and multimodal experiments.