nuclearowl


Namenuclearowl JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/eser-chr/nuclearowl
SummaryA lib handling nuclear imaging data and Ai applications on top of it
upload_time2024-09-10 15:50:34
maintainerNone
docs_urlNone
authoreser-chr
requires_python>=3.7
licenseMIT
keywords nuclear imaging medical imaging python ai(wow) segmentation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <pre>
  /_\   | |/ / | || |
 / _ \  | ' <  | __ |
/_/ \_\ |_|\_\ |_||_|
                  
 _  _   _   _   _  __  __  __   ___   ___  
| \| | | | | | | |/ / |  \/  | | __| |   \ 
| .` | | |_| | | ' <  | |\/| | | _|  | |) |
|_|\_|  \___/  |_|\_\ |_|  |_| |___| |___/ 
                                           
 ___   __  __     _      ___   ___   _  _    ___ 
|_ _| |  \/  |   /_\    / __| |_ _| | \| |  / __|
 | |  | |\/| |  / _ \  | (_ |  | |  | .` | | (_ |
|___| |_|  |_| /_/ \_\  \___| |___| |_|\_|  \___|
</pre>

                                                    



# LOGO
![LOGO](./logo.jpg)

# Introduction
nuclearowl is a user-friendly Python library designed to facilitate the processing, analysis, and visualization of nuclear imaging data. Whether you're a researcher, healthcare professional, or developer working in the field of nuclear medicine, NuclearImagePy provides the tools you need to streamline your workflows and gain deeper insights from your imaging data.

## Why Nuclear Imaging?

Nuclear imaging is a critical diagnostic tool in medicine, enabling the visualization of physiological processes at the molecular and cellular levels. Techniques such as Positron Emission Tomography (PET) and Single Photon Emission Computed Tomography (SPECT) rely on the detection of radioactive tracers to produce detailed images of the body's internal functions. Accurate processing and analysis of these images are essential for diagnosing diseases, monitoring treatment efficacy, and conducting advanced research.

## Features

- **Data Import and Export:** Seamlessly handle various nuclear imaging formats (e.g., DICOM, NIfTI) with robust import/export functionalities.
- **Image Processing:** Perform essential image processing tasks such as filtering, segmentation, and normalization tailored for nuclear imaging data.
- **Quantitative Analysis:** Extract and quantify key metrics from imaging data, including standardized uptake values (SUVs) and region of interest (ROI) analysis.
- **Visualization Tools:** Generate visualizations to explore and present your imaging data effectively or debug. e.g MIPS
- **Integration with Popular Libraries:** Leverage the power of NumPy, SciPy, PyTorch, and Matplotlib for extended functionality and customization. Especially if you are intrested into building machine learning algorithms.
- **Extensible Architecture:** Easily extend and customize the library to fit specific research or clinical needs through a modular and well-documented codebase.


# Installation

Simply run 

'''bash
pip install nuclearowl
'''


# Usage

[Check out the examples folder](examples/)


# LICENSE
Currently under **MIT LICENSE**

[See](LICENSE)

# Contact 
Please free to open an issue if something is not working properly or if you would like to see some features included.

[Christoforos Eseroglou](https://github.com/eser-chr)
[e-mail](chriseseroglou@gmail.com)


# Contribution
This software product is under development if you are intrested to participate in any way, just fork and work on your idea. Ideally, you also contact me, because we are a small community.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eser-chr/nuclearowl",
    "name": "nuclearowl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nuclear imaging, medical imaging, python, AI(wow), segmentation",
    "author": "eser-chr",
    "author_email": "chriseseroglou@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/31/fc/e85c5338bf63c22500b523b29bbe195253c4444fe4fef43a80e421f4d0eb/nuclearowl-1.1.0.tar.gz",
    "platform": null,
    "description": "<pre>\n  /_\\   | |/ / | || |\n / _ \\  | ' <  | __ |\n/_/ \\_\\ |_|\\_\\ |_||_|\n                  \n _  _   _   _   _  __  __  __   ___   ___  \n| \\| | | | | | | |/ / |  \\/  | | __| |   \\ \n| .` | | |_| | | ' <  | |\\/| | | _|  | |) |\n|_|\\_|  \\___/  |_|\\_\\ |_|  |_| |___| |___/ \n                                           \n ___   __  __     _      ___   ___   _  _    ___ \n|_ _| |  \\/  |   /_\\    / __| |_ _| | \\| |  / __|\n | |  | |\\/| |  / _ \\  | (_ |  | |  | .` | | (_ |\n|___| |_|  |_| /_/ \\_\\  \\___| |___| |_|\\_|  \\___|\n</pre>\n\n                                                    \n\n\n\n# LOGO\n![LOGO](./logo.jpg)\n\n# Introduction\nnuclearowl is a user-friendly Python library designed to facilitate the processing, analysis, and visualization of nuclear imaging data. Whether you're a researcher, healthcare professional, or developer working in the field of nuclear medicine, NuclearImagePy provides the tools you need to streamline your workflows and gain deeper insights from your imaging data.\n\n## Why Nuclear Imaging?\n\nNuclear imaging is a critical diagnostic tool in medicine, enabling the visualization of physiological processes at the molecular and cellular levels. Techniques such as Positron Emission Tomography (PET) and Single Photon Emission Computed Tomography (SPECT) rely on the detection of radioactive tracers to produce detailed images of the body's internal functions. Accurate processing and analysis of these images are essential for diagnosing diseases, monitoring treatment efficacy, and conducting advanced research.\n\n## Features\n\n- **Data Import and Export:** Seamlessly handle various nuclear imaging formats (e.g., DICOM, NIfTI) with robust import/export functionalities.\n- **Image Processing:** Perform essential image processing tasks such as filtering, segmentation, and normalization tailored for nuclear imaging data.\n- **Quantitative Analysis:** Extract and quantify key metrics from imaging data, including standardized uptake values (SUVs) and region of interest (ROI) analysis.\n- **Visualization Tools:** Generate visualizations to explore and present your imaging data effectively or debug. e.g MIPS\n- **Integration with Popular Libraries:** Leverage the power of NumPy, SciPy, PyTorch, and Matplotlib for extended functionality and customization. Especially if you are intrested into building machine learning algorithms.\n- **Extensible Architecture:** Easily extend and customize the library to fit specific research or clinical needs through a modular and well-documented codebase.\n\n\n# Installation\n\nSimply run \n\n'''bash\npip install nuclearowl\n'''\n\n\n# Usage\n\n[Check out the examples folder](examples/)\n\n\n# LICENSE\nCurrently under **MIT LICENSE**\n\n[See](LICENSE)\n\n# Contact \nPlease free to open an issue if something is not working properly or if you would like to see some features included.\n\n[Christoforos Eseroglou](https://github.com/eser-chr)\n[e-mail](chriseseroglou@gmail.com)\n\n\n# Contribution\nThis software product is under development if you are intrested to participate in any way, just fork and work on your idea. Ideally, you also contact me, because we are a small community.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lib handling nuclear imaging data and Ai applications on top of it",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/eser-chr/nuclearowl"
    },
    "split_keywords": [
        "nuclear imaging",
        " medical imaging",
        " python",
        " ai(wow)",
        " segmentation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d08f7a338faa234c34ef4eddb388ffe2e981e3b7c58ac6e5e9efe73f237fe36",
                "md5": "ce38ff387fc0fbfbb2e3efe73012bff6",
                "sha256": "5dcb671801dd25610499c3badfab522f75c141f0b7fe01956d5c31b18e10ca82"
            },
            "downloads": -1,
            "filename": "nuclearowl-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce38ff387fc0fbfbb2e3efe73012bff6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 36383,
            "upload_time": "2024-09-10T15:50:32",
            "upload_time_iso_8601": "2024-09-10T15:50:32.766935Z",
            "url": "https://files.pythonhosted.org/packages/0d/08/f7a338faa234c34ef4eddb388ffe2e981e3b7c58ac6e5e9efe73f237fe36/nuclearowl-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31fce85c5338bf63c22500b523b29bbe195253c4444fe4fef43a80e421f4d0eb",
                "md5": "39b552d292236b7c539e2e7a46300e16",
                "sha256": "7e1dbd8fdfe2ec2039871c2326eda942630064890ac4af99cf17b9844e93fd64"
            },
            "downloads": -1,
            "filename": "nuclearowl-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "39b552d292236b7c539e2e7a46300e16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 32314,
            "upload_time": "2024-09-10T15:50:34",
            "upload_time_iso_8601": "2024-09-10T15:50:34.866672Z",
            "url": "https://files.pythonhosted.org/packages/31/fc/e85c5338bf63c22500b523b29bbe195253c4444fe4fef43a80e421f4d0eb/nuclearowl-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 15:50:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eser-chr",
    "github_project": "nuclearowl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "nuclearowl"
}
        
Elapsed time: 0.43662s