moosez


Namemoosez JSON
Version 3.0.14 PyPI version JSON
download
home_pagehttps://github.com/ENHANCE-PET/MOOSE
SummaryAn AI-inference engine for 3D clinical and preclinical whole-body segmentation tasks
upload_time2025-03-18 10:29:10
maintainerNone
docs_urlNone
authorLalith Kumar Shiyam Sundar | Sebastian Gutschmayer | Manuel Pires
requires_python>=3.9
licenseGPLv3
keywords moosez model-zoo nnunet medical-imaging tumor-segmentation organ-segmentation bone-segmentation lung-segmentation muscle-segmentation fat-segmentation vessel-segmentation vertebral-segmentation rib-segmentation preclinical-segmentation clinical-segmentation
VCS
bugtrack_url
requirements nnunetv2 halo SimpleITK pydicom argparse numpy openpyxl pyfiglet natsort colorama dask rich pandas dicom2nifti emoji requests psutil scipy nibabel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            mooseZ is an AI-inference engine based on nnUNet, designed for 3D clinical and preclinical whole-body segmentation tasks. It serves models tailored towards different modalities such as PET, CT, and MR. mooseZ provides fast and accurate segmentation results, making it a reliable tool for medical imaging applications.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ENHANCE-PET/MOOSE",
    "name": "moosez",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "moosez model-zoo nnUNet medical-imaging tumor-segmentation organ-segmentation bone-segmentation lung-segmentation muscle-segmentation fat-segmentation vessel-segmentation vertebral-segmentation rib-segmentation preclinical-segmentation clinical-segmentation",
    "author": "Lalith Kumar Shiyam Sundar | Sebastian Gutschmayer | Manuel Pires",
    "author_email": "Lalith.shiyamsundar@meduniwien.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/30/7a/30ca621497702d213234985167d87ff5fcf1e061034dbb472792b012fbbe/moosez-3.0.14.tar.gz",
    "platform": null,
    "description": "mooseZ is an AI-inference engine based on nnUNet, designed for 3D clinical and preclinical whole-body segmentation tasks. It serves models tailored towards different modalities such as PET, CT, and MR. mooseZ provides fast and accurate segmentation results, making it a reliable tool for medical imaging applications.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "An AI-inference engine for 3D clinical and preclinical whole-body segmentation tasks",
    "version": "3.0.14",
    "project_urls": {
        "Homepage": "https://github.com/ENHANCE-PET/MOOSE"
    },
    "split_keywords": [
        "moosez",
        "model-zoo",
        "nnunet",
        "medical-imaging",
        "tumor-segmentation",
        "organ-segmentation",
        "bone-segmentation",
        "lung-segmentation",
        "muscle-segmentation",
        "fat-segmentation",
        "vessel-segmentation",
        "vertebral-segmentation",
        "rib-segmentation",
        "preclinical-segmentation",
        "clinical-segmentation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c8f5e25aeab4a94bd7eb14cdae207da7f33f8d07206433775ed202bbf0f0f46",
                "md5": "a0f65688e89723d60416aa129387399f",
                "sha256": "bca7b0946d37c1e638a28ba190c1437a4d34ab05e7bc34ad03c90eb67e7f4c72"
            },
            "downloads": -1,
            "filename": "moosez-3.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0f65688e89723d60416aa129387399f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 40856,
            "upload_time": "2025-03-18T10:29:08",
            "upload_time_iso_8601": "2025-03-18T10:29:08.895860Z",
            "url": "https://files.pythonhosted.org/packages/0c/8f/5e25aeab4a94bd7eb14cdae207da7f33f8d07206433775ed202bbf0f0f46/moosez-3.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "307a30ca621497702d213234985167d87ff5fcf1e061034dbb472792b012fbbe",
                "md5": "f7bfa2441060213e62e81b97d502fa04",
                "sha256": "993a78a0ca24486132941a32e2f57ca32c3ef5fc1f2f7fd8bd17caa921420275"
            },
            "downloads": -1,
            "filename": "moosez-3.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "f7bfa2441060213e62e81b97d502fa04",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 43642,
            "upload_time": "2025-03-18T10:29:10",
            "upload_time_iso_8601": "2025-03-18T10:29:10.056925Z",
            "url": "https://files.pythonhosted.org/packages/30/7a/30ca621497702d213234985167d87ff5fcf1e061034dbb472792b012fbbe/moosez-3.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-18 10:29:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ENHANCE-PET",
    "github_project": "MOOSE",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "nnunetv2",
            "specs": []
        },
        {
            "name": "halo",
            "specs": [
                [
                    "~=",
                    "0.0.31"
                ]
            ]
        },
        {
            "name": "SimpleITK",
            "specs": [
                [
                    "~=",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "pydicom",
            "specs": [
                [
                    "~=",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "argparse",
            "specs": [
                [
                    "~=",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    "~=",
                    "3.0.9"
                ]
            ]
        },
        {
            "name": "pyfiglet",
            "specs": [
                [
                    "~=",
                    "0.8.post1"
                ]
            ]
        },
        {
            "name": "natsort",
            "specs": [
                [
                    "~=",
                    "8.1.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "~=",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "dask",
            "specs": [
                [
                    "~=",
                    "2023.6.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "dicom2nifti",
            "specs": [
                [
                    "~=",
                    "2.4.8"
                ]
            ]
        },
        {
            "name": "emoji",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "nibabel",
            "specs": []
        }
    ],
    "lcname": "moosez"
}
        
Elapsed time: 0.46718s