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 embed the whole thing into a website. There i'll have a input form to analyze text. That's all for now actually. I wasn't able to find anything relating that use case when i did my research. Google provides a REST API but there is literally no tutorial on how to handle it. Sorry, I know this might not meet the