An open API service indexing awesome lists of open source software.

https://github.com/gbaeke/sentiment

Sentiment analysis with local Cognitive Services container
https://github.com/gbaeke/sentiment

ai azure cognitive-services docker edge golang iot

Last synced: about 1 month ago
JSON representation

Sentiment analysis with local Cognitive Services container

Awesome Lists containing this project

README

          

# Command line tool to perform sentiment analysis with Cognitive Services container
Usage: toolname --language en|nl --text "text to analyse" --url "http://localhost:5000"

- language: defaults to nl
- url: defaults to http://localhost:5000

This tool requires the Cognitive Services container from mcr.microsoft.com/azure-cognitive-services/sentiment

Use **docker pull mcr.microsoft.com/azure-cognitive-services/sentiment:latest** and run the container with -p 5000:5000 to map container port 5000 to host port 5000

Used as companion for the following blog post: https://blog.baeke.info/2018/12/27/deploying-azure-cognitive-services-containers-with-iot-edge/