Python SDK

Python SDK

The Python SDK is a convenient wrapper to communicate with the SeeMe.ai API.

It gives you easy access to:

on the platform.

Installation

Install the SDK from the command line:

$ pip install --upgrade seeme

or in your Jupyter notebook:

!pip install --upgrade seeme

Verify the version you installed:

import seeme
print(seeme.__version__)

Next steps

Once the SDK is installed, you can:

and start using datasets, models, jobs…