Skip to content

Ultralytics Platform Quickstart

Ultralytics Platform is designed to be user-friendly and intuitive, allowing users to quickly upload their datasets and train new YOLO models. It offers a range of pretrained models to choose from, making it easy for users to get started. Once a model is trained, it can be tested directly in the browser and deployed to production with a single click.

journey
    title Your First Model in 5 Minutes
    section Sign Up
      Create account: 5: User
      Select region: 5: User
    section Prepare Data
      Upload dataset: 5: User
      Review images: 4: User
    section Train
      Configure training: 5: User
      Monitor progress: 3: Platform
    section Deploy
      Test model: 5: User
      Deploy endpoint: 5: User

Get Started

Ultralytics Platform offers a variety of easy signup options. You can register and log in using your Google or GitHub accounts, or with your email address.

Ultralytics Platform Signup

Region Selection

During onboarding, you'll be asked to select your data region. The Platform automatically measures latency to each region and recommends the closest one. This is an important choice as it determines where your data, models, and deployments will be stored.

Ultralytics Platform Onboarding Region Map With Latency

RegionLabelLocationBest For
USAmericasIowa, USAAmericas users, fastest for Americas
EUEurope, Middle East & AfricaBelgium, EuropeEuropean users, GDPR compliance
APAsia PacificHong Kong, Asia-PacificAsia-Pacific users, lowest APAC latency

Region is Permanent

Your region selection cannot be changed after account creation. Choose the region closest to you or your users for best performance.

Free Credits

Every new account receives free credits for cloud GPU training:

Email TypeSign-up CreditsHow to Qualify
Work/Company Email$25.00Use your company domain (@company.com)
Personal Email$5.00Gmail, Yahoo, Outlook, etc.

Maximize Your Credits

Sign up with a work email to receive $25 in credits. If you signed up with a personal email, you can verify a work email later to unlock the additional $20 in credits.

Complete Your Profile

Before selecting your region, you'll complete your profile with a display name, username, optional company, and primary use case. The onboarding flow has three steps: Profile, Data Region, and Complete.

Ultralytics Platform Onboarding Profile With Use Case

Update Later

You can update your profile anytime from the Settings page, including your display name, bio, and social links. Note that your username cannot be changed after signup.

Home Dashboard

After signing in, you will be directed to the Home page of Ultralytics Platform, which provides a welcome card with workspace stats, quick access to datasets, projects, and storage, and a recent activity feed.

Ultralytics Platform Home Dashboard Welcome Card

The sidebar provides access to all Platform sections:

SectionItemDescription
TopSearchQuick search across all your resources (Cmd+K)
HomeDashboard with quick actions and recent activity
ExploreDiscover public projects and datasets
My ProjectsAnnotateYour datasets organized for annotation
TrainYour projects containing trained models
DeployYour active deployments
BottomTrashDeleted items (recoverable for 30 days)
SettingsAccount, billing, and preferences
FeedbackSend feedback to Ultralytics

Welcome Card

The welcome card shows your profile, plan badge, and workspace statistics at a glance:

StatDescription
DatasetsNumber of datasets
ImagesTotal images across all datasets
AnnotationsTotal annotation count
ProjectsNumber of projects
ModelsTotal trained models
ExportsNumber of model exports
DeploymentsActive deployment count

Quick Actions

Below the welcome card, the dashboard shows three cards:

  • Datasets: Create a new dataset or drop images, videos, or ZIP files to upload. Shows your recent datasets.
  • Projects: Create a new project or drop .pt model files to upload. Shows your recent projects.
  • Storage: Overview of your storage usage (datasets, models, exports) with plan limits.

A Recent Activity table at the bottom shows your latest datasets, models, and training runs.

Upload Your First Dataset

Navigate to Annotate in the sidebar and click New Dataset to add your training data. You can also drag and drop files directly onto the Datasets card on the Home dashboard.

Ultralytics Platform Quickstart Upload Dialog

Ultralytics Platform supports multiple upload formats (full details in Datasets):

FormatMax SizeDescription
Images50 MBJPG, PNG, WebP, TIFF, and other common formats
ZIP Archive10 GBCompressed folder with images and labels
Video1 GBMP4, AVI - frames extracted at ~1 fps (max 100 frames)
YOLO Format10 GBStandard YOLO dataset structure with labels
graph LR
    A[Drop Files] --> B[Auto-Package ZIP]
    B --> C[Upload to Storage]
    C --> D[Backend Worker]
    D --> E[Resize & Thumbnail]
    E --> F[Parse Labels]
    F --> G[Compute Statistics]
    G --> H[Dataset Ready]

After upload, the platform automatically processes your data:

  1. Images larger than 4096px are resized (preserving aspect ratio)
  2. 256px thumbnails are generated for fast browsing
  3. Labels are parsed and validated (YOLO .txt format)
  4. Statistics are computed (class distribution, heatmaps, dimensions)

YOLO Dataset Structure

For best results, upload a ZIP with the standard YOLO structure:

my-dataset.zip
โ”œโ”€โ”€ data.yaml          # Class names and splits
โ”œโ”€โ”€ train/
โ”‚   โ”œโ”€โ”€ images/
โ”‚   โ”‚   โ”œโ”€โ”€ img001.jpg
โ”‚   โ”‚   โ””โ”€โ”€ img002.jpg
โ”‚   โ””โ”€โ”€ labels/
โ”‚       โ”œโ”€โ”€ img001.txt
โ”‚       โ””โ”€โ”€ img002.txt
โ””โ”€โ”€ val/
    โ”œโ”€โ”€ images/
    โ””โ”€โ”€ labels/

For full syntax across tasks, see detect, segment, pose, OBB, and classify dataset guides.

Read more about datasets and supported formats for detect, segment, pose, OBB, and classify.

Create Your First Project

Projects help you organize related models and experiments. Navigate to Projects and click "Create Project".

Ultralytics Platform Projects Create

Enter a name and optional description for your project. Projects contain:

  • Models: Trained checkpoints
  • Activity Log: History of changes

Read more about projects.

Train Your First Model

From your project, click Train Model to start cloud training.

Ultralytics Platform Quickstart Training Dialog Cloud Tab

Training Configuration

  1. Select Dataset: Choose from your uploaded datasets (only datasets with a train split are shown)
  2. Choose Model: Select a base model โ€” official Ultralytics models or your own trained models
  3. Set Epochs: Number of training iterations (default: 100)
  4. Select GPU: Choose compute resources based on your budget and model size
ModelSizeSpeedAccuracyRecommended GPU
YOLO26nNanoFastestGoodRTX PRO 6000 (96 GB)
YOLO26sSmallFastBetterRTX PRO 6000 (96 GB)
YOLO26mMediumModerateHighRTX PRO 6000 (96 GB)
YOLO26lLargeSlowerHigherA100 (80 GB)
YOLO26xExtra LargeSlowestBestH100 (80 GB)

GPU Selection

GPUs range from $0.24/hr (RTX 2000 Ada, 16 GB) to $4.99/hr (B200, 180 GB). The default GPU is RTX PRO 6000 (96 GB Blackwell, $1.89/hr) โ€” a great balance of memory and performance. See the full GPU pricing table for all 22 options.

Credit Balance Required

Cloud training requires a positive credit balance sufficient to cover the estimated job cost. Check your balance in Settings > Billing. New accounts receive free credits ($5 for personal email, $25 for work email).

Monitor Training

Once training starts, you can monitor progress in real-time through three subtabs:

SubtabContent
ChartsTraining/validation loss curves, mAP, precision, recall
ConsoleLive training log output
SystemGPU utilization, memory usage, hardware metrics

Ultralytics Platform Training Charts Loss And Metrics

Metrics are streamed in real-time via SSE (Server-Sent Events). After training completes, validation plots are generated including confusion matrix, PR curves, and F1 curves.

Cancel Training

You can cancel a running training job at any time. You're only charged for the compute time used up to that point.

Read more about cloud training.

Test Your Model

After training completes, test your model directly in the browser:

  1. Navigate to your model's Predict tab
  2. Upload an image, drag and drop, or use example images (auto-inference on drop)
  3. View inference results with bounding boxes rendered on canvas

Ultralytics Platform Predict Tab With Bounding Boxes

Adjust inference parameters:

ParameterDefaultDescription
Confidence0.25Filter low-confidence predictions
IoU0.7Control overlap for NMS
Image Size640Resize input for inference

The Predict tab provides ready-to-use code examples with your actual API key pre-filled:

import requests

url = "https://platform.ultralytics.com/api/models/{model_id}/predict"
headers = {"Authorization": "Bearer your_api_key"}

with open("image.jpg", "rb") as f:
    response = requests.post(url, headers=headers, files={"file": f})

print(response.json())
curl -X POST "https://platform.ultralytics.com/api/models/{model_id}/predict" \
  -H "Authorization: Bearer your_api_key" \
  -F "file=@image.jpg"

Auto-Inference

The Predict tab runs inference automatically when you drop an image โ€” no need to click a button. Example images (bus.jpg, zidane.jpg) are preloaded for instant testing.

Read more about inference.

Deploy to Production

Deploy your model to a dedicated endpoint for production use:

  1. Navigate to your model's Deploy tab
  2. Select a region from the interactive world map (43 available regions)
  3. The map shows real-time latency measurements with traffic light colors (green < 100ms, yellow < 200ms, red > 200ms)
  4. Click Deploy to create your endpoint

Ultralytics Platform Deploy Tab Region Map With Latency

graph LR
    A[Select Region] --> B[Deploy]
    B --> C[Provisioning ~1 min]
    C --> D[Running]
    D --> E{Lifecycle}
    E --> F[Stop]
    E --> G[Delete]
    F --> H[Resume]
    H --> D

Your endpoint will be ready in about a minute with:

  • Unique URL: HTTPS endpoint for API calls
  • Auto-Scaling: Scales with traffic automatically
  • Monitoring: Request metrics and logs

Deployment Lifecycle

Endpoints can be started, stopped, and deleted. Stopped endpoints don't incur compute costs but retain their configuration. Restart a stopped endpoint with one click.

After deployment, you can manage all your endpoints from the Deploy section in the sidebar, which shows a global map with active deployments, overview metrics, and a list of all endpoints.

Read more about endpoints.

Remote Training (Optional)

If you prefer to train on your own hardware, you can stream metrics to the platform using your API key. This works like Weights & Biases โ€” train anywhere, monitor on the platform.

  1. Generate an API key in Settings > Profile (API Keys section)
  2. Set the environment variable and train with a project/name format:
export ULTRALYTICS_API_KEY="ul_your_api_key_here"

yolo train model=yolo26n.pt data=coco.yaml epochs=100 project=username/my-project name=exp1

API Key Format

API keys start with ul_ followed by 40 hex characters (43 characters total). Keys are full-access tokens scoped to your workspace.

Read more about API keys, dataset URIs, and remote training.

Feedback

We value your feedback! Use the feedback button to help us improve the platform.

Feedback Privacy

Your feedback is private and only visible to the Ultralytics team. We use it to prioritize features and fix issues.

Need Help?

If you encounter any issues or have questions:

  • Documentation: Browse these docs for detailed guides
  • Discord: Join our Discord community for discussions
  • GitHub: Report issues on GitHub

Note

When reporting a bug, please include your browser and operating system details to help us diagnose the issue.



๐Ÿ“… Created 1 month ago โœ๏ธ Updated 6 days ago
glenn-jochersergiuwaxmann

Comments