Skip to content

jmkhael/faas-tensorflow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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'

About

Sample FaaS Python function to perform image recognition using TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published