orianrivlin/fashion-lookmatch-dataset
๐ Fashion LookMatch Synthetic Dataset Overview This dataset contains 1,000 synthetic fashion images generated using Stable Diffusion XL (SDXL). It was created as part of the "Build Your Own AI Application" final project. The dataset is designed for building a Visual Retrieval & Outfit Recommendation System. ๐ Exploratory Data Analysis (EDA) To ensure the quality and balance of the dataset, we performed a rigorous EDA. 1. Categoryโฆ See the full description on the dataset page: https://huggingface.co/datasets/orianrivlin/fashion-lookmatch-dataset.
๐ Fashion LookMatch Synthetic Dataset
Overview
This dataset contains 1,000 synthetic fashion images generated using Stable Diffusion XL (SDXL). It was created as part of the "Build Your Own AI Application" final project. The dataset is designed for building a Visual Retrieval & Outfit Recommendation System.
๐ Exploratory Data Analysis (EDA)
To ensure the quality and balance of the dataset, we performed a rigorous EDA.
1. Category Balance
We ensured a uniform distribution across all 12 fashion categories to prevent class bias during retrieval. 
2. Style Diversity
The dataset covers multiple style tags (Casual, Formal, Streetwear, etc.). Note that items can be multi-labeled. 
3. Color Distribution
We analyzed the color spectrum to verify visual diversity. 
4. Correlation Heatmap
We analyzed the relationship between Categories and Styles to understand the dataset's semantic structure. 
5. Data Samples
Below is a random sample of images demonstrating the "Product Photo" aesthetic and label accuracy. 
๐ Dataset Structure
Each sample contains the following fields:
๐ ๏ธ How to Use
from datasets import load_dataset
# Load the full dataset
dataset = load_dataset("orianrivlin/fashion-lookmatch-dataset", split="train")
# View the first example
print(dataset[0])๐ค Generation Process
Model: stabilityai/stable-diffusion-xl-base-1.0
Constraints: "product photo, plain background, no logos"
Metadata: Structured prompt generation based on predefined schemas.
