Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 2.15 KB

getting_started_with_tensorbay.rst

File metadata and controls

88 lines (61 loc) · 2.15 KB

Getting started with TensorBay

Installation

To install TensorBay SDK and CLI by pip, run the following command:

$ pip3 install tensorbay

To verify the SDK and CLI version, run the following command:

$ gas --version

Registration

Before using TensorBay SDK, please finish the following registration steps:

Note

An AccessKey is needed to authenticate identity when using TensorBay via SDK or CLI.

Usage

Authorize a Client Instance

../../../docs/code/getting_started_with_tensorbay.py

Create a Dataset

../../../docs/code/getting_started_with_tensorbay.py

List Dataset Names

../../../docs/code/getting_started_with_tensorbay.py

Upload Images to the Dataset

../../../docs/code/getting_started_with_tensorbay.py

Read Images from the Dataset

../../../docs/code/getting_started_with_tensorbay.py

Delete the Dataset

../../../docs/code/getting_started_with_tensorbay.py