Skip to content

Sentiment analysis with local Cognitive Services container

Notifications You must be signed in to change notification settings

gbaeke/sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command line tool to perform sentiment analysis with Cognitive Services container

Usage: toolname --language en|nl --text "text to analyse" --url "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/

About

Sentiment analysis with local Cognitive Services container

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages