gcp

Deploying Machine Learning models using GCP's Google AI Platform - A Detailed Tutorial

In my last post I had written about deploying models on AWS. So, I though it would only be fitting to write one for GCP, for all the GCP lovers out there. GCP has a service called the AI Platform which, as the name suggest, is responsible for training and hosting ML/AI models. Just like the last post, this post, through a PoC, describes - How to add a trained model to a Google Cloud bucket Host the saved model on the AI Platform Create a Service Account to use the model hosted on AI Platform externally Make a Streamlit app to make a UI to access the hosted model All the code can be found in my Github repository.