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
- Host: GitHub
- URL: https://github.com/gbaeke/sentiment
- Owner: gbaeke
- Created: 2018-12-27T14:48:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T17:27:47.000Z (over 7 years ago)
- Last Synced: 2026-04-23T05:38:59.267Z (about 2 months ago)
- Topics: ai, azure, cognitive-services, docker, edge, golang, iot
- Language: Go
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/