Deploy a coloring page generator in minutes with Cloud Run
Have you ever written a script to transform an image? Did you share the script with others or did you run it on multiple computers? How many times did you need to update the script or the setup instructions? Did you end up making it a service or an online app? If your script is useful, you’ll likely want to make it available to others. Deploying processing services is a recurring need – one that comes with its own set of challenges. Serverless technologies let you solve these challenges easily and efficiently.
In this post, you’ll see how to…
- Create an image processing service that generates coloring pages
- Make it available online using minimal resources
…and do it all in less than 200 lines of Python and JavaScript!
Tools
To build and deploy a coloring page generator, you’ll need a few tools:
- A library to process images
- A web application...
Copyright of this story solely belongs to cloud.google.com. To see the full text click HERE