Pixano-Inference is an open-source inference library for Pixano.
Under active development, subject to API change
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.
To install the library, simply execute the following command
pip install pixano-inferenceIf 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 .Look at the documentation to use Pixano-Inference.
Pixano-Inference is released under the terms of the CeCILL-C license.