datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
outfits
Outfits Dataset
A collection of outfit references intended for use in character design, fashion generation, and AI character styling workflows.
Dataset Description
This dataset contains a curated set of outfit images/references that can be used to train, fine-tune, or prompt AI models for generating clothing and character outfits.
License
This dataset is free to use for any purpose, personal or commercial.
Dataset Structure
Each entry… See the full description on the dataset page: https://huggingface.co/datasets/AliveAi/outfits.polyvore-outfits
Polyvore Outfits Dataset
📄 Paper
💻 Code
📬 Contact
t-SNE visualization of item embeddings.
Outfit compatibility graph structure.
📌 Access Requirements
Access to this dataset is restricted and intended solely for academic and non-profit research purposes.
By requesting and downloading this dataset, you acknowledge and agree to the following:
Approval required: Access should be requested using an… See the full description on the dataset page: https://huggingface.co/datasets/mvasil/polyvore-outfits.LoRa_Outfitsoutfits
Outfits Dataset
A collection of outfit references intended for use in character design, fashion generation, and AI character styling workflows.
Dataset Description
This dataset contains a curated set of outfit images/references that can be used to train, fine-tune, or prompt AI models for generating clothing and character outfits.
License
This dataset is free to use for any purpose, personal or commercial.
Dataset Structure
Each entry… See the full description on the dataset page: https://huggingface.co/datasets/yitaomou3/outfits.polyvore-outfits
Polyvore Outfits (Refactored Version)
This repository provides a refactored version of the Polyvore Outfits dataset, originally introduced in the paper "Learning Type-Aware Embeddings for Fashion Compatibility" by Mariya I. Vasileva et al.
📌 Overview
The goal of this refactoring is to improve usability and developer experience. While the core data remains identical to the original, the file structure and JSON schemas have been standardized to make it easier to load and… See the full description on the dataset page: https://huggingface.co/datasets/owj0421/polyvore-outfits.genshin-impact-outfits
Genshin Impact Outfit
This is a collection of Genshin Impact character outfits (both wish and in-game version), with outfit description and detailed appearance, parsed from Fandom Wiki.
african-warriors-outfitsapparel23-qwen32b-kept-outfits-with-products
Apparel'23 kept outfit bundles (with products)
Amazon Apparel 2023 outfit bundles (need → bundle of role-tagged products), the gold source
for DeepShopper's AMZ side: trains the reward V0 (qwen4b-apparel23-bundle-sft),
seeds reward V1 positives and the Reducer soft-gold targets, and provides the AMZ
mapper needs. sft.{train,test}.jsonl. Derived from public Amazon data; research use. Code: https://github.com/clijo/reco-rl (branch outfit_bundle).
stylematch-outfits
StyleMatch — Synthetic Fashion Outfit Descriptions
10,751 English outfit descriptions, fully synthetic, generated with
Qwen/Qwen2.5-1.5B-Instruct
for the StyleMatch outfit-recommendation app (Intro to Data Science final project).
🚀 Try the live app: StyleMatch on HF Spaces
Schema
Column
Description
outfit_id
stable row id
style
one of 16 fashion styles (casual, formal, streetwear, ...)
season
spring / summer / fall / winter
occasion
one of 14… See the full description on the dataset page: https://huggingface.co/datasets/22Danielle/stylematch-outfits.larry_lai_Theme_Outfits_Image_Desc
Dataset Info
import pandas as pd
pd.json_normalize(fashion_dataset.remove_columns(["image"]).to_pandas()["desc"].map(eval))
Dataset Stats For Outfit on Body Parts
pd.json_normalize(fashion_dataset.remove_columns(["image"]).to_pandas()["desc"].map(eval))["Tags.97"].explode().dropna().map(
lambda x: x["label_name"]
).value_counts().to_dict()
{'上装': 16567,
'裤装': 8676,
'鞋类': 8248,
'裙装': 5251,
'包类': 2309,
'饰品(专属)': 202,
'平底': 10}
Dataset Stats For… See the full description on the dataset page: https://huggingface.co/datasets/svjack/larry_lai_Theme_Outfits_Image_Desc.larry_lai_Theme_Male_Upper_Outfits_Image_Descoutfitslarry_lai_Theme_Male_Lower_Outfits_Image_DescOutfitsSFW images of various outfits. (There maybe be some questionable imagess but nothing is 18+)
These datasets are good for training an outfit but not a character. For example, "Fischl_Genshin" dataset is good for training Fischl's outfit but would not make a top-quality character Lora.
larry_lai_Theme_OutfitsOutfitsc-outfitsoutfits-csvoutfitsoutfitsPolyvor-outfits-- Charger le fichier CSV dans DuckDB
CREATE TABLE modified_items AS
SELECT * FROM read_csv_auto('https://huggingface.co/datasets/AnnetteDUBUS/Polyvor-outfits/resolve/main/modified_items_df.csv');
SELECT * FROM modified_items LIMIT 10;
