Skip to content

jbencook/zappa-tensorflow-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow on AWS Lambda with Zappa

This is a proof of concept with TensorFlow working on AWS Lambda.

To try this out change the s3 bucket in settings to one that you own. Then run something like the following:

virtualenv tf-test
source tf-test/bin/activate
pip install -r requirements.txt
pip uninstall lambda-packages
pip install git+https://github.com/jbencook/lambda-packages.git
zappa deploy dev

About

Getting TensorFlow running on AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages