Software Alternatives & Reviews

Project Sentiment Tracker Using AWS Comprehend + Serverless in 1 hour

Shields.io AWS Lambda Amazon Comprehend
  1. GitHub badges as a service
    Pricing:
    • Open Source
    Shields.io is the gold standard in presenting data points for a Github project. Apart from the vast array of services it supports (I was really surprised how much comes out of the box!), it also allows to integrate your own endpoint. The tracker integrates with shields to give the repo owner a badge that shows the current sentitment of the project.

    #API Tools #APIs #Developer Tools 72 social mentions

  2. Automatic, event-driven compute service
    Pricing:
    • Open Source
    The API endpoints are simple. Apart from a small Oauth workflow, everything can be achieved without any added complexity. A perfect recipe for a serverless solution using AWS Lambda. I used Zappa and Flask as my deployment framework.

    #Cloud Computing #Cloud Hosting #Backend As A Service 248 social mentions

  3. Discover insights and relationships in text
    AWS Comprehend was the obvious choice for setting up this low volume requirement. The API is easy and clear with no surprises on the usage pricing. Although it can do a lot more, I used it purely for the sentiment requirement. In the future, I hope to use Keyphrase Extraction, Topic Modeling and Entity Recognition to automatically tag issues and comments and even possibly assign them automatically.

    #Spreadsheets #NLP And Text Analytics #Natural Language Processing 19 social mentions

Discuss: Project Sentiment Tracker Using AWS Comprehend + Serverless in 1 hour

Log in or Post with