Skip to content

Pixano API reference

Here you will find the documentation for all of our Python API.

  • The analytics module contains useful functions for computing statistics on a dataset.
  • The app module contains the Pixano app and its API.
  • The core module contains the Pixano custom data types for storing data in the PyArrow tabular format.
  • The data module contains classes like for interfacing data with the API, as well as the classes for importing and exporting datasets.
  • The models module contains the base class for inference generation and embedding precomputing models.
  • The utils module contains useful functions to work with images, bounding boxes, labels, and more.