Category: Data, machine-learning, artificial-intelligence

Google’s Vertex AI is a unified machine learning and deep learning platform from that supports AutoML models and custom models. In this tutorial, we will train an image classification model to detect face masks with Vertex AI AutoML. To complete this tutorial, you need an active Google Cloud subscription and Google Cloud SDK installed on your workstation.

Wait for the endpoint to become ready to test the model by uploading an image: Play with the model by uploading images of faces with and without masks: Let’s now use cURL to invoke the model endpoint from the command line.

In one of the upcoming tutorials, we will create a Vertex AI custom model to train a convolutional neural network to detect face masks.

Related Articles