Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

🎨 NeMo Data Designer Tutorial Notebooks

This directory contains tutorial notebooks for getting started with NeMo Data Designer.

📦 Set Up the Environment

We will use the uv package manager to set up our environment and install the necessary dependencies. If you don't have uv installed, follow the installation instructions from the uv documentation.

Once you have uv installed, be sure you are in the Nemo-Data-Designer directory and run the following command:

uv sync

This will create a virtual environment and install the necessary dependencies. Activate the virtual environment by running the following command:

source .venv/bin/activate

Be sure to select this virtual environment as your kernel when running the notebooks.

🚀 Deploying the NeMo Data Designer Microservice

To run the tutorial notebooks in this repository, you'll need access to a running instance of the NeMo Data Designer microservice.

You have two deployment options:

🐳 Self-Hosted Deployment

Deploy the NeMo Data Designer microservice locally via Docker Compose.

Please see the Installation Options section of the NeMo Data Designer documentation for more information.

⚙️ Managed Service

We have a managed service of NeMo Data Designer to help you get started quickly.

Note: This managed service can only be used to launch preview jobs. It can not be used to launch long-running jobs. If you need to launch long-running jobs please deploy an instance of NeMo Data Designer locally.

📚 Tutorial Directory

If you find yourself writing Data Designer tutorial notebooks (thank you 🫶), please check out the TUTORIAL_STYLE_GUIDE.md for best practices and style guidelines.

Self-hosted tutorials:

  • Getting Started: Learn the foundations of generating synthetic data with Data Designer.

  • Community Contributions: Explore diverse use cases and advanced features in community-contributed notebooks.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.