Bring new life to old photos by automatically colorizing them using the Algorithmia API. It's as easy as pasting in a URL above.
We're excited to introduce cloud hosted deep learning models on Algorithmia. The Colorful Image Colorization microservice is a computer vision algorithm trained on a million images from the Imagenet dataset.
This microservice is an implementation of the Colorful Image Colorization algorithm created by Richard Zhang, Phillip Isola, and Alexei A. Efros..
Let us know what you think @Algorithmia or by email.
SAMPLE INPUT
import Algorithmia
input = {"image": "_IMAGE_URL_"}
client = Algorithmia.client('_API_KEY_')
algo = client.algo('deeplearning/ColorfulImageColorization/1.0.1')
print algo.pipe(input)
SAMPLE OUTPUT
{"output": "data://.algo/temp/image.png"}
LEARN MORE
Get 10,000 additional credits when you sign up using the code "demos"
SIGN UP FOR FREELeverage an ever-growing library of more than 2,800 algorithmic microservices via an intuitive API. We provide the tools and manage the cloud infrastructure needed to run it at scale.
Learn moreInstantly deploy your backend code as an API for public or private consumption. Every algorithm runs as it's own microservice, making each composable, interoperable, and secure.
Learn moreHave a trained machine learning or deep learning model? Turn it into a serverless microservices in minutes. We'll show you how to get started for free, and scale with ease.
Learn more