Installation
To use the python SDK, install the following python package:
$ pip install -qU trainyolo-py
To use the trainyolo library in python, import the trainyolo package and initialize a client:
from trainyolo.client import Client
# You can find your API Key under your avatar, at the top right
APIKEY = "YOUR_API_KEY"
client = Client(APIKEY)
Last updated