data-designer-engine
Generation engine for DataDesigner synthetic data generation
What it is and what it does
data-designer-engine is the execution runtime for NVIDIA's NeMo Data Designer synthetic data generation framework. It orchestrates data transformation, generation, and LLM-based synthesis workflows to create synthetic datasets. The engine depends on data-designer-config for configuration management and integrates with a large ecosystem of data science and HTTP libraries including pandas, numpy, duckdb, and huggingface-hub for model access.
The package is designed for developers and researchers building synthetic data pipelines. It handles the computational heavy lifting of data generation, including native HTTP-based LLM integration via httpx and tiktoken for tokenization. With 31 runtime dependencies covering data processing, networking, cryptography, and schema validation, it represents a complete generation stack rather than a lightweight utility.
Use it for:
- Generate synthetic datasets for machine learning model training when real data is scarce or sensitive
- Create diverse test data for data pipeline validation and quality assurance workflows
- Build data augmentation pipelines using LLM-based generation for NLP and structured data tasks
- Transform and synthesize data across multiple formats using the integrated data processing stack
- Prototype data workflows with configurable generation parameters via data-designer-config
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Execution engine for the NeMo Data Designer synthetic data generation framework, handling data transformation, generation, and LLM integration for creating synthetic datasets.
Yes, if you are building synthetic data generation workflows within the NeMo Data Designer ecosystem. The package is actively maintained (3-day-old release), has low install friction, permissive licensing, and no known vulnerabilities. The 31 dependencies are a commitment; evaluate whether you need the full generation engine or a lighter alternative if you only need configuration management.
Install
data-designer-engine on PyPI
pip
pip install data-designer-engineuv
uv add data-designer-enginepoetry
poetry add data-designer-engineInstalling data-designer-engine
Before you install
Low friction installation with a pure-Python wheel. Active maintenance with a release 3 days old. The 31 runtime dependencies are substantial but include standard data science and HTTP libraries, suggesting a mature ecosystem integration rather than experimental tooling.
License in practice
Apache-2.0 permissive license allows use in commercial and proprietary projects with minimal restrictions; you must include a copy of the license and notice of modifications if you distribute the package.
Quickstart
pip install data-designer-engine
from data_designer_engine import <engine_component>
# Engine provides execution capabilities for synthetic data generation workflows
Requires Python 3.10 or later; 31 runtime dependencies including pandas, numpy, duckdb, and LLM integration libraries will be installed.
Verify before relying
- Specific API entry points and primary classes available in the engine module
- Whether the engine can be used standalone or requires additional NeMo Data Designer components beyond data-designer-config
- Performance characteristics and scalability limits for synthetic data generation tasks
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 31 — anyascii, asciichartpy, chardet, cryptography, data-designer-config, duckdb, faker, fsspec, httpx-retries, httpx, huggingface-hub, jinja2, json-repair, jsonpath-rust-bindings, jsonschema, lxml, marko, mcp, networkx, numpy, pandas, pyarrow, pydantic, pyjwt, python-multipart, ruff, scipy, sqlfluff, starlette, tiktoken |
| Maintenance | actively maintained — 3 days since the last release |
| First released | |
| Downloads | 312,231/month — #7,727 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: data_designer_engine-0.9.1-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
data-designerGenerates high-quality synthetic datasets from…
permissive · top 15,000 on PyPI
data-designer-configProvides a configuration API for building…
permissive · top 15,000 on PyPI
nemoguardrailsAdds programmable guardrails to LLM-based…
permissive · top 15,000 on PyPI
nemo-evaluatorNeMo Evaluator runs standardized benchmarks…
permissive · top 15,000 on PyPI
nemo-gymNeMo Gym provides infrastructure for building,…
permissive · top 5,000 on PyPI
nemo-toolkitnemo-toolkit provides a PyTorch framework for…
permissive · top 5,000 on PyPI
deepechoDeepEcho generates synthetic time series data…
unclear · top 15,000 on PyPI
llama-index-question-gen-openaiGenerates follow-up questions from documents or…
permissive · top 5,000 on PyPI
nvdlfw-inspectProvides debugging and instrumentation APIs for…
permissive · top 15,000 on PyPI
nvidia-lm-evalEvaluates language models against standardized…
permissive · top 15,000 on PyPI