Use Case Recipes

View as Markdown

Recipes are a collection of code examples that demonstrate how to leverage Data Designer in specific use cases. Each recipe is a self-contained example that can be run independently.

New to Data Designer?

Recipes provide working code for specific use cases without detailed explanations. If you’re learning Data Designer for the first time, start with our tutorial notebooks, which offer step-by-step guidance and explain core concepts. Once you’re familiar with the basics, return here for practical, ready-to-use implementations.

Prerequisites

Most recipes use the OpenAI model provider by default. Ensure your OpenAI provider is set up via the Data Designer CLI before running model-backed recipes. Image-generation recipes use OpenRouter and Gemini image models by default, so set OPENROUTER_API_KEY before running them unless you override the model provider and model ID. Headless recipes, such as Document Review Gate, do not call a model provider.

Image Generation

Rich Document Images

Generate synthetic business-document page images with controlled metadata for VQA, OCR, multimodal judging, and document-understanding workflows.

Image generation · visual seed data · VQA-ready parquet export

Product Image Variations

Use image-to-image generation to create inclusive adult apparel catalog variants across age groups, ethnicities, body types, poses, and styling contexts.

Image-to-image · apparel catalog · inclusive representation

Funny Pet Image Edits

Generate synthetic dog and cat photos, then use image-to-image generation to make the same pet scene funnier while preserving identity.

Image-to-image · creative review · identity preservation

Traffic Scenarios

Generate self-driving car ego-camera scenes with controlled road, weather, lighting, traffic, and long-tail hazard variation.

AV ego camera · edge cases · visual review sets

Synthetic Extremity X-rays

Generate research-only extremity X-ray style images with controlled anatomy, acquisition, finding, and quality metadata.

Research only · visual QA · report generation

Airport Baggage Screening

Generate defensive baggage-screening style images with controlled clutter, material mix, scanner style, and review labels.

Defensive evaluation · human review · scanner-like images

Humanoid Robot Scene Understanding

Generate egocentric humanoid robot scenes with controlled environment, viewpoint, task, object, safety, lighting, and human-presence metadata.

Embodied AI · scene understanding · safety review

Crop Disease Detection Images

Generate crop disease detection images with controlled crop, growth stage, viewpoint, condition, severity, and field context.

Crop disease detection · healthy negatives · reviewer calibration

Drone Aerial Inspection

Generate low-altitude drone inspection images for infrastructure, property, construction, disaster-response, and industrial review workflows.

Drone inspection · infrastructure QA · reviewer calibration

Code Generation

QA and Chat

Trace Ingestion

Workflow Chaining

MCP and Tool Use

Plugin Development

VLM Long-Document Understanding

A 9-recipe pipeline for generating visual QA training data from long PDF documents: OCR, page classification, single-page / multi-page / whole-document QA, and frontier-model quality filtering.