pixano


Namepixano JSON
Version 0.6.12 PyPI version JSON
download
home_pageNone
SummaryData-centric AI building blocks for computer vision applications
upload_time2025-07-25 13:32:11
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.10
licenseNone
keywords computer vision data annotation data visualization deep learning machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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?label=release&logo=pypi&logoColor=white)](https://pypi.org/project/pixano/)
[![Docker](https://img.shields.io/docker/v/pixano/pixano?sort=semver&label=release&logo=docker&logoColor=white)](https://hub.docker.com/r/pixano/pixano/)
[![Coverage](https://img.shields.io/codecov/c/github/pixano/pixano/main?logo=codecov&logoColor=white)](https://codecov.io/github/pixano/pixano)
[![Tests](https://img.shields.io/github/actions/workflow/status/pixano/pixano/backend.yml?label=tests&branch=main)](https://github.com/pixano/pixano/actions/workflows/backend.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=blue&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 _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_

# 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
```

Pixano is also available on the [Docker Hub](https://hub.docker.com/r/pixano/pixano), you can also install it as follows:

```shell
docker pull pixano/pixano:stable
```

# Using Pixano

Please refer to our <a href="https://pixano.github.io/pixano/latest/getting_started/" target="_blank">Getting started</a> guide for information on how to launch and use the Pixano app, and how to create and use Pixano datasets.

# Contributing

Please refer to our [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.14,>=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/d5/03/696ee1bcd782e2fb19227d36dc5eb1e5be12cce0a06711466f519f8bf9a9/pixano-0.6.12.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?label=release&logo=pypi&logoColor=white)](https://pypi.org/project/pixano/)\n[![Docker](https://img.shields.io/docker/v/pixano/pixano?sort=semver&label=release&logo=docker&logoColor=white)](https://hub.docker.com/r/pixano/pixano/)\n[![Coverage](https://img.shields.io/codecov/c/github/pixano/pixano/main?logo=codecov&logoColor=white)](https://codecov.io/github/pixano/pixano)\n[![Tests](https://img.shields.io/github/actions/workflow/status/pixano/pixano/backend.yml?label=tests&branch=main)](https://github.com/pixano/pixano/actions/workflows/backend.yml)\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=blue&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 _text_, _images_ and _videos_, and soon for _3D point clouds_\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# 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\nPixano is also available on the [Docker Hub](https://hub.docker.com/r/pixano/pixano), you can also install it as follows:\n\n```shell\ndocker pull pixano/pixano:stable\n```\n\n# Using Pixano\n\nPlease refer to our <a href=\"https://pixano.github.io/pixano/latest/getting_started/\" target=\"_blank\">Getting started</a> guide for information on how to launch and use the Pixano app, and how to create and use Pixano datasets.\n\n# Contributing\n\nPlease refer to our [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": null,
    "summary": "Data-centric AI building blocks for computer vision applications",
    "version": "0.6.12",
    "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": null,
            "digests": {
                "blake2b_256": "a0a0cd46b8af19c899acec78c42bae33807fb268f232bd5d70f70c865f99b864",
                "md5": "af32deb9aa806be5032f65d31c7162bc",
                "sha256": "a9cffbc894085645188177382e53095a951d046f1d7716102c8ba1751d4d055d"
            },
            "downloads": -1,
            "filename": "pixano-0.6.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af32deb9aa806be5032f65d31c7162bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.10",
            "size": 974251,
            "upload_time": "2025-07-25T13:32:10",
            "upload_time_iso_8601": "2025-07-25T13:32:10.393828Z",
            "url": "https://files.pythonhosted.org/packages/a0/a0/cd46b8af19c899acec78c42bae33807fb268f232bd5d70f70c865f99b864/pixano-0.6.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d503696ee1bcd782e2fb19227d36dc5eb1e5be12cce0a06711466f519f8bf9a9",
                "md5": "8344807bdfa96e7ef87320ee340200fe",
                "sha256": "25243a016d1e1789c04268b13705b6031996b74c54408b5bcaebe682d627b54f"
            },
            "downloads": -1,
            "filename": "pixano-0.6.12.tar.gz",
            "has_sig": false,
            "md5_digest": "8344807bdfa96e7ef87320ee340200fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.10",
            "size": 893675,
            "upload_time": "2025-07-25T13:32:11",
            "upload_time_iso_8601": "2025-07-25T13:32:11.961485Z",
            "url": "https://files.pythonhosted.org/packages/d5/03/696ee1bcd782e2fb19227d36dc5eb1e5be12cce0a06711466f519f8bf9a9/pixano-0.6.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 13:32:11",
    "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"
}
        
Elapsed time: 1.46792s