AKSDeploymentTutorial/Keras_Tensorflow
Mario Bourgoin e818f52d23 Replace 'az login' with a conditional expression. 2018-09-25 19:31:17 +00:00
..
00_DevelopModel.ipynb added instructions to README, minor fixes on notebooks 2018-08-07 20:29:01 +00:00
01_DevelopModelDriver.ipynb keras python-dotenv, papermill, readme updates 2018-08-07 18:12:50 +00:00
02_BuildImage.ipynb added instructions to README, minor fixes on notebooks 2018-08-07 20:29:01 +00:00
03_TestLocally.ipynb keras python-dotenv, papermill, readme updates 2018-08-07 18:12:50 +00:00
04_DeployOnAKS.ipynb Replace 'az login' with a conditional expression. 2018-09-25 19:31:17 +00:00
05_TestWebApp.ipynb keras python-dotenv, papermill, readme updates 2018-08-07 18:12:50 +00:00
06_SpeedTestWebApp.ipynb keras python-dotenv, papermill, readme updates 2018-08-07 18:12:50 +00:00
07_TearDown.ipynb keras python-dotenv, papermill, readme updates 2018-08-07 18:12:50 +00:00
README.md added instructions to README, minor fixes on notebooks 2018-08-07 20:29:01 +00:00
environment.yml added instructions to README, minor fixes on notebooks 2018-08-07 20:29:01 +00:00
resnet152.py cleaned up first pass 2018-04-03 17:29:51 +00:00
testing_utilities.py Fixed tf version and other fixes 2018-08-02 17:23:28 +00:00

README.md

Deploy ResNet 152 model on GPU enaled Kubernetes cluster using Keras with Tensorflow

In this folder are the tutorials for deploying a Keras model (with Tensorflow backend) on a Kubernetes cluster.

The tutorial is made up of the following notebooks: