Finnian's blog

Software Engineer based in New Zealand

Colourising Video with OpenFaaS Serverless Functions

How do you deploy a serverless function to colourise videos using machine learning? Take OpenFaaS & combine it with Caffe to deploy an autoscaling service.

7-Minute Read

In a previous post I talked about how to deploy serverless functions to an OpenFaaS cluster with ease. This post expands on this to show how we deployed a Machine Learning algorithm to colourise black & white videos using OpenFaaS. We presented the end result of this at DockerCon EU 2017 in the Community Theatre in Copenhagen.

Recent Posts