Skip to content

jpgagnebmc/sentiment-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis

For details see Sentiment Analysis on Deep AI.

This model has been integrated with ai_integration for seamless portability across hosting providers.

Quick Start

docker pull deepaiorg/sentiment-analysis

HTTP

docker run --rm -it -e MODE=http -p 5000:5000 deepaiorg/sentiment-analysis

Open your browser to localhost:5000 (or the correct IP address)

Command Line

Save your input text as input.txt in the current directory.

docker run --rm -it -v `pwd`:/shared -e MODE=command_line deepaiorg/sentiment-analysis --text /shared/input.txt

Command Line with Piped input

echo '{"text":"I am very happy because this model is great!"}' | docker run -e MODE=test_inputs_dict_json --rm -i deepaiorg/sentiment-analysis

Docker build

docker build -t sentiment-analysis .

About

Sentiment Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.1%
  • Dockerfile 17.9%