Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 742 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 742 Bytes

This sample FaaS Python function will perform a tensorflow image recognition.

There is an accompanying blog post here: http://jmkhael.io/kittens-vs-tarsiers-an-introduction-to-serverless-machine-learning/

Make sure to give it a read!

Demo

Try in PWD

wait a while until the Tensorflow Docker image extract. Be patient...

then:

curl http://localhost:8080/function/func_tensorflow -d \
       'https://cdn.pixabay.com/photo/2016/07/10/21/47/cat-1508613_960_720.jpg'