Skip to content

Labelty documentation

Label data, train models, and ship inference APIs — from your first project to production.

These docs are written for someone who has never used Labelty before. Follow them in order, or jump to the area you need.

Getting started

Core concepts, projects, and how authentication works with project API keys.

Python SDK

Install labelty-sdk, connect with an API key, manage assets, models, and predictions.

Training

Preview a dataset, start a SageMaker training run, monitor metrics, and build an inference package.

Inference workflows

Deploy a Python workflow and call a synchronous REST run API with an image.

Notebooks

Open a per-project SageMaker JupyterLab space with the SDK already wired in.

Reference

Environment variables, troubleshooting tables, and known documentation gaps.

  1. Read What is Labelty? and Core concepts.
  2. Create a project API key.
  3. Install and connect with the Python SDK.
  4. Label data in the web app (or via the SDK), then train a model.
  5. Either open a notebook for experimentation, or deploy a workflow for production inference.