Skip to main content

TensorFlow2: Image Classifier

This example builds upon the components in the GPT-2 Tensorflow example and deploys an Image Classifier exported using TensorFlow 2.

The classifier leverages a small transformer to either accept a base64-encoded image or URL, which is then downloaded by the transformer. Step-by-step instructions are not available for this example, however the deployment process is identical to the steps used in the GPT-2 Tensorflow example.

Clone the manifests from GitHub to get started.