<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_back.yml?branch=develop)](https://github.com/pixano/pixano/actions/workflows/test_back.yml)
[![Coverage](https://codecov.io/github/pixano/pixano/graph/badge.svg?token=4BJY43YQ6L)](https://codecov.io/github/pixano/pixano)
[![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).
Raw data
{
"_id": null,
"home_page": null,
"name": "pixano",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": null,
"keywords": "computer vision, data annotation, data visualization, deep learning, machine learning",
"author": null,
"author_email": "Pixano Developers <pixano@cea.fr>",
"download_url": "https://files.pythonhosted.org/packages/f4/de/a2d6337fa2d7dcf10ff8fffd897f26d120aa660f556f2a1f2fa2616ec729/pixano-0.6.1.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n<img src=\"https://raw.githubusercontent.com/pixano/pixano/main/docs/assets/pixano_wide.png\" alt=\"Pixano\" height=\"100\"/>\n\n<br/>\n<br/>\n\n**Data-centric AI building blocks for computer vision applications**\n\n**_Under active development, subject to API change_**\n\n[![GitHub version](https://img.shields.io/github/v/release/pixano/pixano?label=release&logo=github)](https://github.com/pixano/pixano/releases)\n[![PyPI version](https://img.shields.io/pypi/v/pixano?color=blue&label=release&logo=pypi&logoColor=white)](https://pypi.org/project/pixano/)\n[![Tests](https://img.shields.io/github/actions/workflow/status/pixano/pixano/test_back.yml?branch=develop)](https://github.com/pixano/pixano/actions/workflows/test_back.yml)\n[![Coverage](https://codecov.io/github/pixano/pixano/graph/badge.svg?token=4BJY43YQ6L)](https://codecov.io/github/pixano/pixano)\n[![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)\n[![Python version](https://img.shields.io/pypi/pyversions/pixano?color=important&logo=python&logoColor=white)](https://www.python.org/downloads/)\n[![License](https://img.shields.io/badge/license-CeCILL--C-blue.svg)](LICENSE)\n\n</div>\n\n<hr />\n\nPixano is an open-source tool by CEA List for exploring and annotating your dataset using AI features:\n\n- **Fast dataset navigation** using the the modern storage format _Lance_\n- **Multi-view datasets** support for images, and soon for _3D point clouds_ and _videos_\n- **Import and export** support for dataset formats like _COCO_\n- **Semantic search** using models like _CLIP_\n- **Smart segmentation** using models like _SAM_\n\n# Getting started\n\n## Installing Pixano\n\nAs Pixano requires specific versions for its dependencies, we recommend creating a new Python virtual environment to install it.\n\nFor example, with <a href=\"https://conda.io/projects/conda/en/latest/user-guide/install/index.html\" target=\"_blank\">conda</a>:\n\n```shell\nconda create -n pixano_env python=3.10\nconda activate pixano_env\n```\n\nThen, you can install the Pixano package inside that environment with pip:\n\n```shell\npip install pixano\n```\n\n## Using your datasets\n\nPlease 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.\n\n## Using the Pixano app\n\nPlease 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>.\n\n# Contributing\n\nPlease refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for information on running Pixano locally and guidelines on how to publish your contributions.\n\n# License\n\nPixano is licensed under the [CeCILL-C license](LICENSE).\n",
"bugtrack_url": null,
"license": "CECILL-C",
"summary": "Data-centric AI building blocks for computer vision applications",
"version": "0.6.1",
"project_urls": {
"Documentation": "https://github.com/pixano/pixano#readme",
"Issues": "https://github.com/pixano/pixano/issues",
"Source": "https://github.com/pixano/pixano"
},
"split_keywords": [
"computer vision",
" data annotation",
" data visualization",
" deep learning",
" machine learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4d9b24013d9ebe9fec6126ccb2e8ce68763d32175b603e0898a898374a8a81e3",
"md5": "6337380b4de12332d58033b018936d98",
"sha256": "b35c33fab6c17a2994e665e43176a0a8d619f855fa5474fef993bce478230b75"
},
"downloads": -1,
"filename": "pixano-0.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6337380b4de12332d58033b018936d98",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 846376,
"upload_time": "2024-12-02T09:12:29",
"upload_time_iso_8601": "2024-12-02T09:12:29.653394Z",
"url": "https://files.pythonhosted.org/packages/4d/9b/24013d9ebe9fec6126ccb2e8ce68763d32175b603e0898a898374a8a81e3/pixano-0.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f4dea2d6337fa2d7dcf10ff8fffd897f26d120aa660f556f2a1f2fa2616ec729",
"md5": "1b854e3c2e2a17430cd98a8dfed26f72",
"sha256": "13fb6354870f0cd45056def3c0f55fff55093369eace339241c80e249ce92e78"
},
"downloads": -1,
"filename": "pixano-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "1b854e3c2e2a17430cd98a8dfed26f72",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 782022,
"upload_time": "2024-12-02T09:12:31",
"upload_time_iso_8601": "2024-12-02T09:12:31.846461Z",
"url": "https://files.pythonhosted.org/packages/f4/de/a2d6337fa2d7dcf10ff8fffd897f26d120aa660f556f2a1f2fa2616ec729/pixano-0.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-02 09:12:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pixano",
"github_project": "pixano#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pixano"
}