pyclEsperanto is a python package for clEsperanto - a multi-language framework for GPU-accelerated image processing.
clEsperanto uses OpenCL kernels from CLIJ.
This package rely on the CLIc back-end for processing.
Download the repository and update the submodule
git clone https://github.com/clEsperanto/pyclesperanto.git
cd pyclesperanto && git submodule update --init --recursive
compile both sources and python package
pip install .
and test package by running
python -m pytest .