algorithmiahq / ColorizationDemo / 1.1.24
README.md
Introduction
This is a wrapper algorithm around the deeplearning/ColorfulImageColorization algorithm. It performs pre and post processing tasks on the image including:
- Download URL
- Resize the given image
- Cache the result
- Add watermark to the image.
- Upload to s3 for the colorized image (needs a s3 connector on account to work)
Input:
- (Required): Image URL.
Output:
- Original Image in resized based64 format.
- Colorized Image in resized base64 format.
- (If s3 bucket exists) the download URL for the colorized image.