PIL is the Python Imaging Library, most commonly used via the Pillow fork. This integration allows you to materialize image artifacts.
PIL is the Python Imaging Library, most commonly used via the Pillow fork. This integration allows you to materialize image artifacts. These image objects will first be serialized, then stored and versioned in the ZenML artifact store. When you access them elsewhere in your pipeline or a post-execution workflow, ZenML will dematerialize the image artifacts. ZenML's Pillow integration provides an out-of-the-box way to use image objects in your ZenML pipelines. Pillow supports most common image formats and types.
Features with ZenML
Main Features
How to use ZenML with
Pillow
Additional Resources
Go to Github