This directory contains tutorial notebooks for getting started with NeMo Data Designer.
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 syncThis will create a virtual environment and install the necessary dependencies. Activate the virtual environment by running the following command:
source .venv/bin/activateBe sure to select this virtual environment as your kernel when running the notebooks.
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:
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.
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.
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.
-
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.