Pixano-Inference is an open-source inference library for Pixano.
Under active development, subject to API change
This library aims to provide a common ecosystem to launch inference for various Artificial Intelligence tasks from different providers (Open-AI, transformers, sam2, ...). It has first been implemented to work in par with the Pixano AI-powered annotation tool.
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 .
Look at the documentation to use Pixano-Inference.