cvisionai / tator-py

Python client for Tator

Home Page:https://www.tator.io/docs/references/tator-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tator

Python client for Tator.

Requirements

Python 3.6+

Installation

From pypi

pip install tator

From source

pip3 install -r requirements.txt --user
python3 setup.py install --user

Example usage

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.

API documentation

Documentation for all API functions and models can be found in the OpenAPI documentation.

Authors

Tator and tator-py are developed by CVision AI.

About

Python client for Tator

https://www.tator.io/docs/references/tator-py

License:MIT License


Languages

Language:Python 89.4%Language:Mustache 10.6%