Installation
Learn how to install the Tenyks CLI
In Progress: Tenyks CLI for Sandbox
👷 We are working on making the Tenyks CLI accessible in Sandbox accounts as well. Currently, the CLI is only included with paid plans, but enabling it for Sandbox users is a priority on our roadmap. Please stay tuned for updates!
The Tenyks CLI Python package is your bridge to the Tenyks Platform. You'll use it to create and manage datasets & models, convert annotations, and upload embeddings.
pip install tenyks-cli
After running the above command above, your terminal output will display a message similar to the following
Collecting tenyks-cli
Downloading tenyks_cli-0.2.46-py3-none-any.whl (32 kB)
...
...
Installing collected packages: mypy-extensions, marshmallow, typing-inspect, dataclasses-json, tenyks-cli
Successfully installed dataclasses-json-0.5.14 marshmallow-3.20.1 mypy-extensions-1.0.0 tenyks-cli-0.2.46 typing-inspect-0.9.0
Be aware: Python version
The Tenyks CLI requires Python >=3.7
Confirm the Tenyks CLI was successfully installed by running tenyks
in your terminal:
Usage: tenyks [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
annotation-bbox-embedding-upload
configure
configure-aws
convert-annotations
convert-predictions
dataset-annotations-upload
dataset-class-names-upload
dataset-create
dataset-images-upload
image-embedding-upload
model-create
model-predictions-upload
prediction-bbox-embedding-upload
Hooray 😀, the Tenyks CLI is now installed, it's time to authenticate your account!
Updated about 2 months ago
Before finding false positives and undetected objects in your datasets, first you have to authenticate!