Documentation
HomeBlogsGet Started
  • ๐Ÿ’กIntroduction
  • ๐Ÿš€Unitlab Annotate
  • Workspace Management
    • ๐Ÿ Create a Workspace
    • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆInvite Members
    • โ›ณRole-Based Access
  • Project Management
    • ๐Ÿ“ŒSetup a Project
    • ๐Ÿ–Œ๏ธAnnotation
    • ๐Ÿ“‰Performance Analytics
  • Auto Labeling
    • ๐Ÿช„Segment Anything (SAM)
    • ๐Ÿค–Batch Auto-Annotation
    • โน๏ธCrop Auto-Annotation
  • Ai models
    • ๐Ÿง Model Integration
    • ๐Ÿ”งModel Management
    • ๐ŸŽกHow To Use?
  • AUTOMATION WORKFLOW
    • โ›“๏ธAutomation Workflow
  • Dataset Management
    • ๐Ÿ›ฐ๏ธRelease Datasets
    • โš™๏ธManage Datasets
    • ๐ŸŒ€Clone Datasets
  • CLI/Python SDK
    • ๐Ÿ› ๏ธGet started
    • ๐Ÿ’ปUnitlab CLI
    • ๐Ÿ›ก๏ธUnitlab Python SDK
  • How to integrate
    • ๐Ÿ”‘Create an API key
Powered by GitBook
On this page

Was this helpful?

  1. CLI/Python SDK

Unitlab CLI

Use the Unitlab CLI to interact with your projects and datasets.

PreviousGet startedNextUnitlab Python SDK

Last updated 1 year ago

Was this helpful?

This guide shows how to use the most common CLI commands

Common commands

After , you can efficiently manage your projects and datasets through the terminal. To access all the available commands, run unitlab --help. However, before executing any command, ensure you have an API key, which can be obtained by visiting the user account page.

Configuration

This command helps you configure your credentials. It saves the API key and URL in a configuration file ~/.unitlab/credentialsfor future use. Other commands can override the default API key if provided as an --api-keyoption.

Project list

To retrieve a list of your current projects, execute unitlab project list.

Uploading data

Users can upload images to the Unitlab project by using the unitlab project upload command.

Dataset list

The command unitlab dataset list allows users to list available public and private datasets.

Download a dataset

To download datasets, use unitlab dataset download command:

The examples are just a few of the CLI commands available to users. Depending on your specific needs and preferences, you can use a wide range of other commands.

๐Ÿ’ป
installing the Unitlab package