segments-ai


Namesegments-ai JSON
Version 1.16.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-06-19 09:30:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords image segmentation labeling vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <br>
        <img src="assets/logo_no_shadow-with_text-blue_background.png" width="400"/>
    <br>
<p>
<p align="center">
    <a href="https://github.com/segments-ai/segments-ai/LICENSE" style="text-decoration: none">
        <img alt="GitHub" src="https://img.shields.io/github/license/segments-ai/segments-ai.svg?color=blue">
    </a>
    <a href="https://github.com/segments-ai/segments-ai/releases" style="text-decoration: none">
        <img alt="GitHub release" src="https://img.shields.io/github/release/segments-ai/segments-ai.svg">
    </a>
    <!-- <a href="https://github.com/segments-ai/segments-ai/actions" style="text-decoration: none">
        <img alt="Tests" src="https://github.com/segments-ai/segments-ai/actions/workflows/tests.yml/badge.svg">
    </a> -->
    <a href="https://segments-python-sdk.readthedocs.io/en/latest/?badge=latest" style="text-decoration: none">
        <img alt="Documentation" src="https://readthedocs.org/projects/segments-python-sdk/badge/?version=latest">
    </a>
    <a href="https://github.com/segments-ai/segments-ai/releases" style="text-decoration: none">
        <img alt="Downloads" src="https://img.shields.io/pypi/dm/segments-ai">
    </a>
</p>

[Segments.ai](https://segments.ai/) is the training data platform for computer vision engineers and labeling teams. Our powerful labeling interfaces, easy-to-use management features, and extensive API integrations help you iterate quickly between data labeling, model training and failure case discovery.

![](assets/overview.jpg)

## Quickstart

Walk through [the Python SDK quickstart](https://docs.segments.ai/tutorials/python-sdk-quickstart).

## Documentation

Please refer to [the documentation](http://segments-python-sdk.rtfd.io/) for usage instructions.

## Blog

Read [our blog posts](https://segments.ai/blog) to learn more about the platform.

## Changelog

The most notable changes in v1.0 of the Python SDK compared to v0.73 include:

- Added Python type hints and better auto-generated docs.
- Improved error handling: functions now raise proper exceptions.
- New functions for managing issues and collaborators.

You can upgrade to v1.0 with `pip install -—upgrade segments-ai`. Please be mindful of following breaking changes:

- The client functions now return classes instead of dicts, so you should access properties using dot-based indexing (e.g. `dataset.description`) instead of dict-based indexing (e.g. `dataset[’description’]`).
- Functions now consistently raise exceptions, instead of sometimes silently failing with a print statement. You might want to handle these exceptions with a try-except block.
- Some legacy fields are no longer returned: `dataset.tasks`, `dataset.task_readme`, `dataset.data_type`.
- The default value of the `id_increment` argument in `utils.export_dataset()` and `utils.get_semantic_bitmap()` is changed from 1 to 0.
- Python 3.6 and lower are no longer supported.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "segments-ai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "image, segmentation, labeling, vision",
    "author": null,
    "author_email": "Bert De Branderere <bert@segments.ai>",
    "download_url": "https://files.pythonhosted.org/packages/60/7c/a4a2a8f3dddacfb0216ec512a4811a95a26fa4c123519d98f92736ef08b3/segments_ai-1.16.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <br>\n        <img src=\"assets/logo_no_shadow-with_text-blue_background.png\" width=\"400\"/>\n    <br>\n<p>\n<p align=\"center\">\n    <a href=\"https://github.com/segments-ai/segments-ai/LICENSE\" style=\"text-decoration: none\">\n        <img alt=\"GitHub\" src=\"https://img.shields.io/github/license/segments-ai/segments-ai.svg?color=blue\">\n    </a>\n    <a href=\"https://github.com/segments-ai/segments-ai/releases\" style=\"text-decoration: none\">\n        <img alt=\"GitHub release\" src=\"https://img.shields.io/github/release/segments-ai/segments-ai.svg\">\n    </a>\n    <!-- <a href=\"https://github.com/segments-ai/segments-ai/actions\" style=\"text-decoration: none\">\n        <img alt=\"Tests\" src=\"https://github.com/segments-ai/segments-ai/actions/workflows/tests.yml/badge.svg\">\n    </a> -->\n    <a href=\"https://segments-python-sdk.readthedocs.io/en/latest/?badge=latest\" style=\"text-decoration: none\">\n        <img alt=\"Documentation\" src=\"https://readthedocs.org/projects/segments-python-sdk/badge/?version=latest\">\n    </a>\n    <a href=\"https://github.com/segments-ai/segments-ai/releases\" style=\"text-decoration: none\">\n        <img alt=\"Downloads\" src=\"https://img.shields.io/pypi/dm/segments-ai\">\n    </a>\n</p>\n\n[Segments.ai](https://segments.ai/) is the training data platform for computer vision engineers and labeling teams. Our powerful labeling interfaces, easy-to-use management features, and extensive API integrations help you iterate quickly between data labeling, model training and failure case discovery.\n\n![](assets/overview.jpg)\n\n## Quickstart\n\nWalk through [the Python SDK quickstart](https://docs.segments.ai/tutorials/python-sdk-quickstart).\n\n## Documentation\n\nPlease refer to [the documentation](http://segments-python-sdk.rtfd.io/) for usage instructions.\n\n## Blog\n\nRead [our blog posts](https://segments.ai/blog) to learn more about the platform.\n\n## Changelog\n\nThe most notable changes in v1.0 of the Python SDK compared to v0.73 include:\n\n- Added Python type hints and better auto-generated docs.\n- Improved error handling: functions now raise proper exceptions.\n- New functions for managing issues and collaborators.\n\nYou can upgrade to v1.0 with `pip install -\u2014upgrade segments-ai`. Please be mindful of following breaking changes:\n\n- The client functions now return classes instead of dicts, so you should access properties using dot-based indexing (e.g. `dataset.description`) instead of dict-based indexing (e.g. `dataset[\u2019description\u2019]`).\n- Functions now consistently raise exceptions, instead of sometimes silently failing with a print statement. You might want to handle these exceptions with a try-except block.\n- Some legacy fields are no longer returned: `dataset.tasks`, `dataset.task_readme`, `dataset.data_type`.\n- The default value of the `id_increment` argument in `utils.export_dataset()` and `utils.get_semantic_bitmap()` is changed from 1 to 0.\n- Python 3.6 and lower are no longer supported.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.16.0",
    "project_urls": {
        "Homepage": "https://segments.ai/",
        "Repository": "https://github.com/segments-ai/segments-ai"
    },
    "split_keywords": [
        "image",
        " segmentation",
        " labeling",
        " vision"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ae121bc4710dd8f32a7f14b2c1d32c811662b82d9d8074f0e13ca89828235fd",
                "md5": "4292ed65facca6158b2ba4861a102e76",
                "sha256": "0cd84353b81d29260b24d3a4fecab1017347ddecdbb6f210f029eb6a780105b9"
            },
            "downloads": -1,
            "filename": "segments_ai-1.16.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4292ed65facca6158b2ba4861a102e76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 54196,
            "upload_time": "2025-06-19T09:30:15",
            "upload_time_iso_8601": "2025-06-19T09:30:15.618424Z",
            "url": "https://files.pythonhosted.org/packages/7a/e1/21bc4710dd8f32a7f14b2c1d32c811662b82d9d8074f0e13ca89828235fd/segments_ai-1.16.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "607ca4a2a8f3dddacfb0216ec512a4811a95a26fa4c123519d98f92736ef08b3",
                "md5": "b37de997b0b0876df7ce5ecc7dc9681f",
                "sha256": "d78943d90fe5b2adb1aee13262341e44f49e9d1b02dfe50546754bf56f174c3b"
            },
            "downloads": -1,
            "filename": "segments_ai-1.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b37de997b0b0876df7ce5ecc7dc9681f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 58774,
            "upload_time": "2025-06-19T09:30:17",
            "upload_time_iso_8601": "2025-06-19T09:30:17.497478Z",
            "url": "https://files.pythonhosted.org/packages/60/7c/a4a2a8f3dddacfb0216ec512a4811a95a26fa4c123519d98f92736ef08b3/segments_ai-1.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-19 09:30:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "segments-ai",
    "github_project": "segments-ai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "segments-ai"
}
        
Elapsed time: 0.71183s