https://github.com/pixano/pixano-inference
  
  
    Inference models for Pixano 
    https://github.com/pixano/pixano-inference
  
computer-vision data-annotation data-visualization deep-learning machine-learning python
        Last synced: 7 months ago 
        JSON representation
    
Inference models for Pixano
- Host: GitHub
- URL: https://github.com/pixano/pixano-inference
- Owner: pixano
- License: other
- Created: 2023-05-10T12:10:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T13:16:56.000Z (8 months ago)
- Last Synced: 2025-03-25T01:43:37.295Z (7 months ago)
- Topics: computer-vision, data-annotation, data-visualization, deep-learning, machine-learning, python
- Language: Python
- Homepage: https://pixano.github.io/pixano-inference/
- Size: 17.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          

**Pixano-Inference is an open-source inference library for Pixano.**
**_Under active development, subject to API change_**
[](https://github.com/pixano/pixano-inference/releases)
[](https://pypi.org/project/pixano-inference/)
[](https://github.com/pixano/pixano-inference/actions/workflows/test_back.yml)
[](https://pixano.github.io)
[](https://www.python.org/downloads/)
[](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](https://pixano.github.io/pixano/latest/) AI-powered annotation tool.
## Installation
To install the library, simply execute the following command
```bash
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
```bash
cd pixano-inference
pip install -e .
```
## Usage
Look at the [documentation](https://pixano.github.io/pixano-inference/latest/) to use Pixano-Inference.
## License
Pixano-Inference is released under the terms of the [CeCILL-C license](LICENSE).