Is There A Way To Use Googles Automl With Javascript?
I trained a model using AutoML Natural Language on Googles Cloud Platform. Now i need to call the AI via JavaScript to do a sentiment analysis, using my own model. My goal is to e
Solution 1:
Here you go! and please check the full repo.
https://github.com/googleapis/nodejs-vision/blob/master/samples/automl/automlVisionPredict.js
Post a Comment for "Is There A Way To Use Googles Automl With Javascript?"