segment-studio


Namesegment-studio JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/shanmukanaks/Segment-Studio.git
SummarySegmentation Studio
upload_time2023-05-12 13:34:12
maintainer
docs_urlNone
authorshanmukanaks
requires_python
license
keywords object detection image editor segmention
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# About

Segment Studio is an application that allows users to send in batches of image files that will be automatically be segmented and return the masks for each image, from here the user is able to label the data, edit/clean up the masks and such. After the image processing in complete the user can extract the masks to use for the creation of their desired ML models.

# Installation

## Make sure you have upgraded version of pip

Linux/MAC OS
```
python3 -m pip install --upgrade pip
```

## Install using pip
```
pip install segment-studio
```

## Open Python in terminal
```
python3
```

## Run the Editor
```
from segment_studio import segment_studio
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shanmukanaks/Segment-Studio.git",
    "name": "segment-studio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "object detection image editor segmention",
    "author": "shanmukanaks",
    "author_email": "shanmukanaks@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/46/fe70f5522492150199b9fdfd4565a0377c90fff3340e3e758e4f178740e7/segment_studio-0.0.3.tar.gz",
    "platform": null,
    "description": "\n# About\n\nSegment Studio is an application that allows users to send in batches of image files that will be automatically be segmented and return the masks for each image, from here the user is able to label the data, edit/clean up the masks and such. After the image processing in complete the user can extract the masks to use for the creation of their desired ML models.\n\n# Installation\n\n## Make sure you have upgraded version of pip\n\nLinux/MAC OS\n```\npython3 -m pip install --upgrade pip\n```\n\n## Install using pip\n```\npip install segment-studio\n```\n\n## Open Python in terminal\n```\npython3\n```\n\n## Run the Editor\n```\nfrom segment_studio import segment_studio\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Segmentation Studio",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/shanmukanaks/Segment-Studio.git"
    },
    "split_keywords": [
        "object",
        "detection",
        "image",
        "editor",
        "segmention"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f8aad8dd120278e7e2c9736fa448cec6dbe31b8ce30a079eefb5bdf40de8ec7",
                "md5": "fea957b526a568c3fcd6d288c3c05faf",
                "sha256": "42ee3651bd0ad407417b5ad65bb5ddc8253b05a863f9c8e4b22684b677a8a070"
            },
            "downloads": -1,
            "filename": "segment_studio-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fea957b526a568c3fcd6d288c3c05faf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11451,
            "upload_time": "2023-05-12T13:34:10",
            "upload_time_iso_8601": "2023-05-12T13:34:10.485583Z",
            "url": "https://files.pythonhosted.org/packages/8f/8a/ad8dd120278e7e2c9736fa448cec6dbe31b8ce30a079eefb5bdf40de8ec7/segment_studio-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8046fe70f5522492150199b9fdfd4565a0377c90fff3340e3e758e4f178740e7",
                "md5": "4ff3e4f4d345ea76e40b03dfb8cb3188",
                "sha256": "524e797c1acd36de376910dc60d00a283f0641002bbe7a06d08328ea2f3c133c"
            },
            "downloads": -1,
            "filename": "segment_studio-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4ff3e4f4d345ea76e40b03dfb8cb3188",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12304,
            "upload_time": "2023-05-12T13:34:12",
            "upload_time_iso_8601": "2023-05-12T13:34:12.366931Z",
            "url": "https://files.pythonhosted.org/packages/80/46/fe70f5522492150199b9fdfd4565a0377c90fff3340e3e758e4f178740e7/segment_studio-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-12 13:34:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shanmukanaks",
    "github_project": "Segment-Studio",
    "github_not_found": true,
    "lcname": "segment-studio"
}
        
Elapsed time: 0.06476s