Skip to content

pixano/pixano-inference

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 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.

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.