Skip to content

Labelbox Python Client

License

Notifications You must be signed in to change notification settings

0x38/labelbox-python

Repository files navigation

Labelbox Python API

Labelbox is the enterprise-grade training data solution with fast AI enabled labeling tools, labeling automation, human workforce, data management, a powerful API for integration & SDK for extensibility. Visit http://labelbox.com/ for more information.

The Labelbox Python API offers a simple, user-friendly way to interact with the Labelbox back-end.

Requirements

Installation & authentication

  1. Install using Python's Pip manager.
pip install labelbox 
  1. Pass your API key as an environment variable. Then, import and initialize the API Client.
user@machine:~$ export LABELBOX_API_KEY="<your api key here>" user@machine:~$ python3 from labelbox import Client client = Client() 

Documentation

Visit our docs to learn how to create a project, read through some helpful user guides, and view our API reference.

About

Labelbox Python Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python100.0%