/tf_aws_lambda

Serverless serving of TensorFlow models with AWS lambda

Primary LanguagePython

Serverless serving of a TensorFlow model

This is an extension of my TensorFlow Serving test project. It introduces a serverless serving of a sample GAN model, implemented with TensorFlow. It receives REST requests to predict Street View House Numbers.
Mentioned GAN model is trained using semi-supervised learning technique and based on the model taught at Udacity Deep Learning Foundations course. The original Jupyter Notebook can be found at GitHub.
More details on the project can be found at my blog.