Tutorials

View as Markdown

Learn how to run NeMo Safe Synthesizer jobs through hands-on tutorials to generate private synthetic versions of sensitive tabular datasets. Each tutorial provides step-by-step guidance with executable code examples.

Prerequisites

Before starting any tutorial, ensure you have:

  • NeMo Safe Synthesizer running
  • Python environment with the PyPI nemo-platform wrapper package installed. The all extra is defined by the wrapper package, not by the generated SDK package under sdk/python/nemo-platform/pyproject.toml. If you are working from a source checkout, run make bootstrap from the repository root instead.
$pip install "nemo-platform[all]"
  • Jupyter environment for running tutorial notebooks

Getting Started


Advanced Topics


Additional Resources

After completing these tutorials, explore:

  • index: Understand core concepts and components

Need Help?