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
- OCR https://cloud.google.com/vision/docs/ocr-tutorial
- Face detection https://cloud.google.com/vision/docs/face-tutorial
- LABEL Detection https://cloud.google.com/vision/docs/label-detection-tutorial
- Document Detection : https://cloud.google.com/vision/docs/fulltext-annotations
All the best!