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.
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
Usage
from datasets import load_dataset
ds = load_dataset("Porameht/fashion-dataset-thai")Suitable for Thai fashion classification, retrieval, and multimodal experiments.
