zea


Namezea JSON
Version 0.0.7 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-10-28 10:26:37
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/81/2f/b20598dd7d1cc9f9e12e15b1c39d0c07a314112c0e94432cce2b8791573c/zea-0.0.7.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.7",
    "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": "5be3e86c9bf6375f4480306cc217d2f2774dfb861a0526add3d06ad025fdc9a5",
                "md5": "82ebafbf3dd68e94f23ac832f7da1429",
                "sha256": "507542a643d9979f3b9e49dc6f69f91bb8ed2989ccbc283d9aeced877813288e"
            },
            "downloads": -1,
            "filename": "zea-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82ebafbf3dd68e94f23ac832f7da1429",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 352081,
            "upload_time": "2025-10-28T10:26:36",
            "upload_time_iso_8601": "2025-10-28T10:26:36.417881Z",
            "url": "https://files.pythonhosted.org/packages/5b/e3/e86c9bf6375f4480306cc217d2f2774dfb861a0526add3d06ad025fdc9a5/zea-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "812fb20598dd7d1cc9f9e12e15b1c39d0c07a314112c0e94432cce2b8791573c",
                "md5": "de9a53786f1a92e38421737dcea82bb8",
                "sha256": "db483e60b4bdac20a18c01e9b7dde2356925f6ab9df523b9d9f98a9512e5ee8c"
            },
            "downloads": -1,
            "filename": "zea-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "de9a53786f1a92e38421737dcea82bb8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 304310,
            "upload_time": "2025-10-28T10:26:37",
            "upload_time_iso_8601": "2025-10-28T10:26:37.783432Z",
            "url": "https://files.pythonhosted.org/packages/81/2f/b20598dd7d1cc9f9e12e15b1c39d0c07a314112c0e94432cce2b8791573c/zea-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 10:26:37",
    "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: 0.79142s