
Data-centric AI building blocks for computer vision applications
Under active development, subject to API change
Pixano is an open-source tool by CEA List for exploring and annotating your dataset using AI features:
- Fast dataset navigation using the the modern storage format Lance
- Multi-view datasets support for text, images and videos, and soon for 3D point clouds
- Import and export support for dataset formats like COCO
- Semantic search using models like CLIP
- Smart segmentation using models like SAM
As Pixano requires specific versions for its dependencies, we recommend creating a new Python virtual environment to install it.
For example, with conda:
conda create -n pixano_env python=3.10
conda activate pixano_env
Then, you can install the Pixano package inside that environment with pip:
pip install pixano
Pixano is also available on the Docker Hub, you can also install it as follows:
docker pull pixano/pixano:stable
Please refer to our Getting started guide for information on how to launch and use the Pixano app, and how to create and use Pixano datasets.
Please refer to our CONTRIBUTING.md for information on running Pixano locally and guidelines on how to publish your contributions.
Pixano is licensed under the CeCILL-C license.