Skip to content

Repository files navigation

Pixano

Pixano-Inference is an open-source inference library for Pixano.

Under active development, subject to API change

GitHub version PyPI version Tests Documentation Python version License


Pixano-Inference

Context

This library provides a Ray Serve-based inference server for multimodal AI tasks. It was first built to support the Pixano AI-powered annotation tool and exposes typed deployment configs, a Python client, and a REST API for running deployed models.

Installation

To install the library, simply execute the following command

pip install pixano-inference

If you want to dynamically make changes to the library to develop and test, make a dev install by cloning the repo and executing the following commands

cd pixano-inference
pip install -e .

Usage

Look at the documentation to use Pixano-Inference.

License

Pixano-Inference is released under the terms of the CeCILL-C license.