Skip to content

Contains my code and deck for Cloud Community Days Ahmedabad 2022.

License

Notifications You must be signed in to change notification settings

sayakpaul/ccd-ahm-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ccd-ahm-2022

Contains my code and deck for Cloud Community Days Ahmedabad 2022: Fantastic ML Deployments and How to Do Them with Vertex AI.

Prerequisites

The notebooks provided in this repository use paid Google Cloud Platform (GCP) services:

So, I assume you already have a billing-enabled GCP Project and you can:

  • spin up Vertex AI Workbench instances
  • create buckets on GCS
  • push Docker images to GCR

Notebooks

The notebooks are in notebooks directory. Below is a brief description of each notebook:

  • resnet-export.ipynb shows how to export a TensorFlow model (image recognition) compatible with off-the-shelf Vertex AI deployment. The deployment part will be covered via the Vertex AI GUI console.
  • onnx-conversion.ipynb shows how to optimized the TensorFlow model with ONNX and compares the latency of the both the models (TensorFlow and ONNX).
  • custom-onnx-deployment.ipynb shows how to deploy the ONNX model to Vertex AI using custom prediction routes.

Slides

Link

Acknowledgements

Thanks to the ML Developer Programs team at Google for providing GCP credit support.

About

Contains my code and deck for Cloud Community Days Ahmedabad 2022.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published