Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Is it possible to use Google Cloud Vision API in PWA Application Using React JS or Javascript

Hi Team ,

Is it possible to use Google Cloud Vision API in PWA Application Using React JS and If it is possible then can anyone provide documentation link or other help regarding this.

Thanks, 

Anshika

0 1 878
1 REPLY 1

Hello,
You can use AutoML Vision Edge models that you can export and use for your app. Please check this codelab tutorial on how to use a TensorFlow.js pre-trained Machine Learning model in JavaScript.

Alternatively, you can have a look at the ML Kit Guides and chose what applies for your use case (for example, this guide on how to detect objects in images with ML Kit: Android ).

As for the use of React JS, this 3rd party tutorial might be of use, or you can ask the Stackoverflow community for help.