Getting Started

Installation

First create a virtual environment and activate it:

python3 -m venv venv
source venv/bin/activate

To install the package, simply run:

pip install deeplabel-sdk

Now, install the dependencies:

pip install -r requirements.txt

Quickstart

The deeplabel-sdk is divided into different modules. Each module has a set of functions that can be used to interact with the DeepLabel API. The modules are:

  • Auth: This module contains functions related to user authentication.

  • Contrib: This module contains functions related to the exporters and importers.

  • Feedback: This module contains functions related to the feedback.

  • Label: This module contains functions related to the labels.

  • Infer: This module contains functions related to the inference.