Metadata-Version: 2.3
Name: pixano
Version: 0.5.4
Summary: Data-centric AI building blocks for computer vision applications
Project-URL: Documentation, https://github.com/pixano/pixano#readme
Project-URL: Issues, https://github.com/pixano/pixano/issues
Project-URL: Source, https://github.com/pixano/pixano
Author-email: Pixano Developers <pixano@cea.fr>
License-Expression: CECILL-C
License-File: LICENSE
Keywords: computer vision,data annotation,data visualization,deep learning,machine learning
Classifier: Development Status :: 4 - Beta
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Classifier: Programming Language :: Python :: 3.10
Requires-Python: ~=3.10
Requires-Dist: duckdb~=0.8.0
Requires-Dist: etils~=1.1.0
Requires-Dist: fastapi-pagination~=0.12.0
Requires-Dist: fastapi~=0.103.0
Requires-Dist: httpx~=0.25.0
Requires-Dist: imageio~=2.25.0
Requires-Dist: importlib-resources~=5.12.0
Requires-Dist: ipywidgets~=8.0.0
Requires-Dist: jinja2~=3.1.2
Requires-Dist: lancedb==0.3.4
Requires-Dist: numpy>=1.23.0
Requires-Dist: onnxruntime~=1.15.0
Requires-Dist: onnx~=1.13.0
Requires-Dist: opencv-python~=4.7.0
Requires-Dist: pandas~=1.5.0
Requires-Dist: pillow~=9.4.0
Requires-Dist: pyarrow~=12.0.0
Requires-Dist: pycocotools~=2.0.0
Requires-Dist: pydantic-settings~=2.0.0
Requires-Dist: pydantic~=2.4.0
Requires-Dist: pylance==0.8.17
Requires-Dist: s3path~=0.5.0
Requires-Dist: setuptools~=65.6.0
Requires-Dist: shortuuid~=1.0.0
Requires-Dist: tqdm~=4.64.0
Requires-Dist: uvicorn~=0.20.0
Provides-Extra: documentation
Requires-Dist: mkdocs-gen-files~=0.5.0; extra == 'documentation'
Requires-Dist: mkdocs-literate-nav~=0.6.0; extra == 'documentation'
Requires-Dist: mkdocs-material~=9.4.0; extra == 'documentation'
Requires-Dist: mkdocs-redirects~=1.2.1; extra == 'documentation'
Requires-Dist: mkdocstrings-python~=1.7.0; extra == 'documentation'
Description-Content-Type: text/markdown

<div align="center">

<img src="https://raw.githubusercontent.com/pixano/pixano/main/docs/assets/pixano_wide.png" alt="Pixano" height="100"/>

<br/>
<br/>

**Data-centric AI building blocks for computer vision applications**

**_Under active development, subject to API change_**

[![GitHub version](https://img.shields.io/github/v/release/pixano/pixano?label=release&logo=github)](https://github.com/pixano/pixano/releases)
[![PyPI version](https://img.shields.io/pypi/v/pixano?color=blue&label=release&logo=pypi&logoColor=white)](https://pypi.org/project/pixano/)
[![Tests](https://img.shields.io/github/actions/workflow/status/pixano/pixano/test.yml?branch=develop&label=tests)](https://github.com/pixano/pixano/actions/workflows/test.yml)
[![Documentation](https://img.shields.io/website?url=https%3A%2F%2Fpixano.github.io%2F&up_message=online&down_message=offline&label=docs)](https://pixano.github.io)
[![Python version](https://img.shields.io/pypi/pyversions/pixano?color=important&logo=python&logoColor=white)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/license-CeCILL--C-blue.svg)](LICENSE)

</div>

<hr />

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 images, and soon for _3D point clouds_ and _videos_
- **Import and export** support for dataset formats like _COCO_
- **Semantic search** using models like _CLIP_
- **Smart segmentation** using models like _SAM_

# Getting started

## Installing Pixano

As Pixano requires specific versions for its dependencies, we recommend creating a new Python virtual environment to install it.

For example, with <a href="https://conda.io/projects/conda/en/latest/user-guide/install/index.html" target="_blank">conda</a>:

```shell
conda create -n pixano_env python=3.10
conda activate pixano_env
```

Then, you can install the Pixano package inside that environment with pip:

```shell
pip install pixano
```

## Using your datasets

Please refer to our Jupyter notebooks for <a href="https://github.com/pixano/pixano/blob/main/notebooks/datasets/import_dataset.ipynb" target="_blank">importing</a> and <a href="https://github.com/pixano/pixano/blob/main/notebooks/datasets/export_dataset.ipynb" target="_blank">exporting</a> your datasets.

## Using the Pixano app

Please refer to this link for using the <a href="https://github.com/pixano/pixano/tree/main/pixano/app/README.md" target="_blank">Pixano app</a>.

# Contributing

Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for information on running Pixano locally and guidelines on how to publish your contributions.

# License

Pixano is licensed under the [CeCILL-C license](LICENSE).
