From 635a76c426ee49291843579e433fd20af9ca0f8f Mon Sep 17 00:00:00 2001 From: Saumya Verma <42969251+CmdrSam@users.noreply.github.com> Date: Wed, 16 Oct 2019 00:14:42 +0530 Subject: [PATCH] Added info about AutoML --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 45208fb..abb3035 100755 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ ![#](https://cdn-images-1.medium.com/max/1600/1*XPpoo_5jt2_EngZSdgZS2Q.png) +### How does it work ? +The Googls AutoML Detects and classifies multiple objects including the location of each object within the image automatically. With the help of Googls vast database the results are very accurate. + +Learn more about [AutoML Vision](https://cloud.google.com/vision/automl/object-detection/docs/) + + ### APIs Used - [Google Vision API](https://cloud.google.com/vision/docs/quickstart) - Google Cloud’s Vision API offers powerful pre-trained machine learning models through REST and RPC APIs.