Download Models and Notebooks

Upload this notebook to your JupyterHub's spawned server's "work" directory to setup your notebook environment with the TensorFlow Resnet model, project notebooks, and library dependencies.


In [0]:
!git clone https://github.com/tensorflow/models.git

In [0]:
!cd models && git checkout v1.4.0

In [0]:
!git clone https://github.com/google-aai/tf-serving-k8s-tutorial.git && cd tf-serving-k8s-tutorial && git checkout strata-ny-2018

In [0]:
!conda install --yes pillow