-
Notifications
You must be signed in to change notification settings - Fork 28
Example project: Image processing with yapapi #1163
Description
Hi Golem team,
I created a small example project demonstrating decentralized image processing using yapapi.
Repository:
https://github.com/alromaih777-art/golem-image-resizer
The project demonstrates a simple workflow:
Upload an image to a Golem provider
Process the image remotely using Python + Pillow
Resize the image (50%)
Download the processed result locally
Technical stack:
yapapi
custom GVMI image
Docker
Pillow for image manipulation
The example was successfully executed on the Golem test network.
I thought this could be useful as a reference example for developers who want to run distributed image processing workloads on Golem.
If useful, I would be happy to adapt the repository to match the structure used in the official examples.
Best regards,
MOHAMMAD ALROMAIH