Technical requirements
To follow along with this chapter, and for trying the example code here: https://github.com/PacktPublishing/learn-tensorflow-enterprise, you will need to clone the GitHub repository for this book, and navigate to the folder in chapter_09
. You may clone the repository with the following command:
git clone https://github.com/PacktPublishing/learn-tensorflow-enterprise.git
We will work from the folder named chapter_09
. Inside this folder, there is a Jupyter notebook containing source code. You will also find the flowerclassifier/001
directory, which contains a saved_model.pb
file ready for your use. In the raw_images
directory, you will find a few raw JPG images for testing.