sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.88k stars 8.18k forks source link

Amazon Comprehend AI/ML API Example #1167

Closed damc-dev closed 2 years ago

damc-dev commented 3 years ago

As one possible example to address https://github.com/sahat/hackathon-starter/issues/984 I was thinking an example that would be beneficial for a hackathon is an API call to Amazon Comprehend to do sentiment analysis on free form text.

Amazon Comprehend is available for use under the AWS Free tier: https://aws.amazon.com/free/machine-learning/

Potential use cases:

I found this via Hacktoberfest, so wanted to get some feedback before diving in.

Let me know if this would be a desirable feature and I will create a PR!