Skip to content

anandanand84/sample-aws-lambda-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-aws-lambda-tensorflow

Prerequisite

This sample assumes you have aws cli installed and configured to use ap-southeast-2 (Update gulp file here if different region). Create a role for the lambda function and update it here

Install

Clone the project.

npm install

Uploading the function.

gulp

By default it will upload simple_add.py to the aws lambda with the required lambda tensorflow dependency. If you want to upload your own function. Add file and update the gulpfile.js

Testing the uploaded function.

node test.js

By default it will execute the lambda function simple_add.py with required inputs. For your custom test or input data, edit the test.js

About

Sample project to show usage of aws-lambda-tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published