pixano


Namepixano JSON
Version 0.5.0 PyPI version JSON
download
home_page
SummaryData-centric AI building blocks for computer vision applications
upload_time2024-03-04 09:08:43
maintainer
docs_urlNone
author
requires_python~=3.10
license
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?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).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pixano",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.10",
    "maintainer_email": "",
    "keywords": "computer vision,data annotation,data visualization,deep learning,machine learning",
    "author": "",
    "author_email": "Pixano Developers <pixano@cea.fr>",
    "download_url": "https://files.pythonhosted.org/packages/3e/3d/fdc8e541b5a6f9a510a7f02aa53843c857fea50ebd5e7930a1f37d8d5922/pixano-0.5.0.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.yml?branch=develop&label=tests)](https://github.com/pixano/pixano/actions/workflows/test.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=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": "",
    "summary": "Data-centric AI building blocks for computer vision applications",
    "version": "0.5.0",
    "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": "baaa89bc16fabb1ccc85e5b159053beec7e69e9d88561094d2d951568de20c9a",
                "md5": "59fcdf7136a0b30f01c3d98fdf7e4160",
                "sha256": "f08a8f7c1931813a58616754f79f5397b907deea3b8691eaea57a3f92931747d"
            },
            "downloads": -1,
            "filename": "pixano-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59fcdf7136a0b30f01c3d98fdf7e4160",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.10",
            "size": 579079,
            "upload_time": "2024-03-04T09:08:41",
            "upload_time_iso_8601": "2024-03-04T09:08:41.261010Z",
            "url": "https://files.pythonhosted.org/packages/ba/aa/89bc16fabb1ccc85e5b159053beec7e69e9d88561094d2d951568de20c9a/pixano-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e3dfdc8e541b5a6f9a510a7f02aa53843c857fea50ebd5e7930a1f37d8d5922",
                "md5": "b534b943726cbf8b2ea44ecae797c0a3",
                "sha256": "0f7347ebe7e0befb9c380a0f970003048d8f39c7ef47b0cbd075534e282b29a6"
            },
            "downloads": -1,
            "filename": "pixano-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b534b943726cbf8b2ea44ecae797c0a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.10",
            "size": 520960,
            "upload_time": "2024-03-04T09:08:43",
            "upload_time_iso_8601": "2024-03-04T09:08:43.466909Z",
            "url": "https://files.pythonhosted.org/packages/3e/3d/fdc8e541b5a6f9a510a7f02aa53843c857fea50ebd5e7930a1f37d8d5922/pixano-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 09:08:43",
    "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: 0.25911s