zea


Namezea JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryA Toolbox for Cognitive Ultrasound Imaging. Provides a set of tools for processing of ultrasound data, all built in your favorite machine learning framework.
upload_time2025-09-12 20:23:35
maintainerNone
docs_urlNone
authorTristan Stevens
requires_python<3.13,>=3.10
licenseNone
keywords ultrasound machine learning beamforming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zea <img src="https://raw.githubusercontent.com/tue-bmd/zea/main/docs/_static/zea-logo.png" width="120" height="120" align="right" alt="zea Logo" />


[![PyPI version](https://img.shields.io/pypi/v/zea)](https://pypi.org/project/zea/)
[![Continuous integration](https://github.com/tue-bmd/zea/actions/workflows/tests.yaml/badge.svg)](https://github.com/tue-bmd/zea/actions/workflows/tests.yaml)
[![Documentation Status](https://readthedocs.org/projects/zea/badge/?version=latest)](https://zea.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/tue-bmd/zea)](https://github.com/tue-bmd/zea/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/tue-bmd/zea/branch/main/graph/badge.svg)](https://codecov.io/gh/tue-bmd/zea)
[![status](https://joss.theoj.org/papers/fa923917ca41761fe0623ca6c350017d/status.svg)](https://joss.theoj.org/papers/fa923917ca41761fe0623ca6c350017d)
[![GitHub stars](https://img.shields.io/github/stars/tue-bmd/zea?style=social)](https://github.com/tue-bmd/zea/stargazers)

Welcome to the `zea` package: *A Toolbox for Cognitive Ultrasound Imaging.*

- 📚 Full documentation: [zea.readthedocs.io](https://zea.readthedocs.io)
- 🔬 Try hands-on examples (with Colab): [Examples & Tutorials](https://zea.readthedocs.io/en/latest/examples.html)
- ⚙️ Installation guide: [Installation](https://zea.readthedocs.io/en/latest/installation.html)

`zea` is a Python library that offers ultrasound signal processing, image reconstruction, and deep learning. Currently, `zea` offers:

- A flexible ultrasound signal processing and image reconstruction pipeline written in your favorite deep learning framework.
- A complete set of data acquisition loading tools for ultrasound data and acquisition parameters, designed for deep learning workflows.
- A collection of pretrained models for ultrasound image and signal processing.
- **Multi-Backend Support via [Keras3](https://keras.io/keras_3/):** You can use [PyTorch](https://github.com/pytorch/pytorch), [TensorFlow](https://github.com/tensorflow/tensorflow), or [JAX](https://github.com/google/jax).

> [!WARNING]
> **Beta!**
> This package is highly experimental and under active development. It is mainly used to support [our research](https://www.tue.nl/en/research/research-groups/signal-processing-systems/biomedical-diagnostics-lab) and as a basis for our publications. That being said, we are happy to share it with the ultrasound community and hope it will be useful for your research as well.

> [!NOTE]
> 📖 Please cite `zea` in your publications if it helps your research. You can find citation info [here](https://zea.readthedocs.io/en/latest/getting-started.html#citation).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zea",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "ultrasound, machine learning, beamforming",
    "author": "Tristan Stevens",
    "author_email": "t.s.w.stevens@tue.nl",
    "download_url": "https://files.pythonhosted.org/packages/5a/e6/f5e22470a1f34d385a2f42ebf371bdf0f2938a5acbae6bfe61fbeb9e9cc1/zea-0.0.5.tar.gz",
    "platform": null,
    "description": "# zea <img src=\"https://raw.githubusercontent.com/tue-bmd/zea/main/docs/_static/zea-logo.png\" width=\"120\" height=\"120\" align=\"right\" alt=\"zea Logo\" />\n\n\n[![PyPI version](https://img.shields.io/pypi/v/zea)](https://pypi.org/project/zea/)\n[![Continuous integration](https://github.com/tue-bmd/zea/actions/workflows/tests.yaml/badge.svg)](https://github.com/tue-bmd/zea/actions/workflows/tests.yaml)\n[![Documentation Status](https://readthedocs.org/projects/zea/badge/?version=latest)](https://zea.readthedocs.io/en/latest/?badge=latest)\n[![License](https://img.shields.io/github/license/tue-bmd/zea)](https://github.com/tue-bmd/zea/blob/main/LICENSE)\n[![codecov](https://codecov.io/gh/tue-bmd/zea/branch/main/graph/badge.svg)](https://codecov.io/gh/tue-bmd/zea)\n[![status](https://joss.theoj.org/papers/fa923917ca41761fe0623ca6c350017d/status.svg)](https://joss.theoj.org/papers/fa923917ca41761fe0623ca6c350017d)\n[![GitHub stars](https://img.shields.io/github/stars/tue-bmd/zea?style=social)](https://github.com/tue-bmd/zea/stargazers)\n\nWelcome to the `zea` package: *A Toolbox for Cognitive Ultrasound Imaging.*\n\n- \ud83d\udcda Full documentation: [zea.readthedocs.io](https://zea.readthedocs.io)\n- \ud83d\udd2c Try hands-on examples (with Colab): [Examples & Tutorials](https://zea.readthedocs.io/en/latest/examples.html)\n- \u2699\ufe0f Installation guide: [Installation](https://zea.readthedocs.io/en/latest/installation.html)\n\n`zea` is a Python library that offers ultrasound signal processing, image reconstruction, and deep learning. Currently, `zea` offers:\n\n- A flexible ultrasound signal processing and image reconstruction pipeline written in your favorite deep learning framework.\n- A complete set of data acquisition loading tools for ultrasound data and acquisition parameters, designed for deep learning workflows.\n- A collection of pretrained models for ultrasound image and signal processing.\n- **Multi-Backend Support via [Keras3](https://keras.io/keras_3/):** You can use [PyTorch](https://github.com/pytorch/pytorch), [TensorFlow](https://github.com/tensorflow/tensorflow), or [JAX](https://github.com/google/jax).\n\n> [!WARNING]\n> **Beta!**\n> This package is highly experimental and under active development. It is mainly used to support [our research](https://www.tue.nl/en/research/research-groups/signal-processing-systems/biomedical-diagnostics-lab) and as a basis for our publications. That being said, we are happy to share it with the ultrasound community and hope it will be useful for your research as well.\n\n> [!NOTE]\n> \ud83d\udcd6 Please cite `zea` in your publications if it helps your research. You can find citation info [here](https://zea.readthedocs.io/en/latest/getting-started.html#citation).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Toolbox for Cognitive Ultrasound Imaging. Provides a set of tools for processing of ultrasound data, all built in your favorite machine learning framework.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/tue-bmd/zea/",
        "Repository": "https://github.com/tue-bmd/zea/"
    },
    "split_keywords": [
        "ultrasound",
        " machine learning",
        " beamforming"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "782c882f79b5adad2447b33a37dbc6e98c58f3e3588b62542a3b465d2c666a0d",
                "md5": "45737b50f632f0b8e11fbb8a39daf003",
                "sha256": "afcfa5658c4b7a262c5208355c7de07c4dfa913870c2df4b0e3adc4e93e4e48f"
            },
            "downloads": -1,
            "filename": "zea-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45737b50f632f0b8e11fbb8a39daf003",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 329242,
            "upload_time": "2025-09-12T20:23:33",
            "upload_time_iso_8601": "2025-09-12T20:23:33.760761Z",
            "url": "https://files.pythonhosted.org/packages/78/2c/882f79b5adad2447b33a37dbc6e98c58f3e3588b62542a3b465d2c666a0d/zea-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ae6f5e22470a1f34d385a2f42ebf371bdf0f2938a5acbae6bfe61fbeb9e9cc1",
                "md5": "9dd6eb689cbb4edbab1fdc46eff4cc07",
                "sha256": "09bc04c7149cacc340b0bc6170472f5ace4b88944a0c22898b95a9fefd7b29ea"
            },
            "downloads": -1,
            "filename": "zea-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9dd6eb689cbb4edbab1fdc46eff4cc07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 284598,
            "upload_time": "2025-09-12T20:23:35",
            "upload_time_iso_8601": "2025-09-12T20:23:35.883734Z",
            "url": "https://files.pythonhosted.org/packages/5a/e6/f5e22470a1f34d385a2f42ebf371bdf0f2938a5acbae6bfe61fbeb9e9cc1/zea-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 20:23:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tue-bmd",
    "github_project": "zea",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zea"
}
        
Elapsed time: 3.92618s