https://github.com/tue-bmd/zea
zea: A Toolbox for Cognitive Ultrasound Imaging
https://github.com/tue-bmd/zea
deep-learning generative-models jax keras python pytorch tensorflow ultrasound-imaging
Last synced: about 2 months ago
JSON representation
zea: A Toolbox for Cognitive Ultrasound Imaging
- Host: GitHub
- URL: https://github.com/tue-bmd/zea
- Owner: tue-bmd
- License: apache-2.0
- Created: 2025-06-04T14:23:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T14:20:11.000Z (about 1 year ago)
- Last Synced: 2025-06-20T14:28:26.255Z (about 1 year ago)
- Topics: deep-learning, generative-models, jax, keras, python, pytorch, tensorflow, ultrasound-imaging
- Language: Python
- Homepage: https://zea.readthedocs.io
- Size: 53.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# zea 
[](https://pypi.org/project/zea/)
[](https://github.com/tue-bmd/zea/actions/workflows/tests.yaml)
[](https://zea.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/tue-bmd/zea/blob/main/LICENSE)
[](https://codecov.io/gh/tue-bmd/zea)
[](https://joss.theoj.org/papers/fa923917ca41761fe0623ca6c350017d)
[](https://arxiv.org/abs/2512.01433)
[](https://huggingface.co/zeahub)
[](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](https://zea.readthedocs.io/en/latest/pipeline.html) written in your favorite deep learning framework.
- A complete set of [Data](https://zea.readthedocs.io/en/latest/data-acquisition.html) loading tools for ultrasound data and acquisition parameters, designed for deep learning workflows.
- A collection of pretrained [Models](https://zea.readthedocs.io/en/latest/models.html) for ultrasound image and signal processing.
- A set of action selection functions for cognitive ultrasound in the [Agent](https://zea.readthedocs.io/en/latest/agent.html) module.
- **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).
Check out the [About](https://zea.readthedocs.io/en/latest/about.html) page for more information and the motivation behind `zea`. For any questions or suggestions, please feel free to open an [issue on GitHub](https://github.com/tue-bmd/zea/issues). If you want to contribute, check out the [Contributing](https://zea.readthedocs.io/en/latest/contributing.html) guide.
> [!WARNING]
> **Beta!**
> This package is under active development. It is mainly used to support [our research](https://zea.readthedocs.io/en/latest/about.html#papers). 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).