Google CloudVision API & ML

Hello everyone…
I wanted to know about deploying ML models on Google’s API. I want to develop a could based android app with ML model at its core for classification.
Basically a newbie at it, if anyone could guide through the process, would greatly appreciate.
Thank you.

Hi, Sachin.

Good initiative!
You can find all the information about Google vision API and their models here…
Go through it line by line and you can deploy the models

https://cloud.google.com/vision/docs/face-tutorial

Other models are

  1. OCR https://cloud.google.com/vision/docs/ocr-tutorial
  2. Face detection https://cloud.google.com/vision/docs/face-tutorial
  3. LABEL Detection https://cloud.google.com/vision/docs/label-detection-tutorial
  4. Document Detection : https://cloud.google.com/vision/docs/fulltext-annotations

All the best!