Python client for Tator.
Python 3.6+
pip install tator
pip3 install -r requirements.txt --user
python3 setup.py install --user
import tator
api = tator.get_api('https://cloud.tator.io', 'MY_TOKEN')
api.get_media_list(1) # Pass a project ID
Visit the examples for more.
Documentation for all API functions and models can be found in the OpenAPI documentation.
Tator and tator-py are developed by CVision AI.