Skip to content

LiveHelperChat/sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment analysis docker image for simplified setup

Install

Pull images

git clone https://github.com/LiveHelperChat/sentiment && cd sentiment
docker-compose -f docker-compose.yml pull
wget https://livehelperchat.com/var/deep.tgz
tar zxfv deep.tgz
rm -f deep.tgz

Run one time

docker-compose -f docker-compose.yml up

Run as a service

docker-compose -f docker-compose.yml up -d

Testing

curl -X POST "http://localhost:5000/model" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"x\":[\"all went no so good, but could have been better\"]}"

For Live Helper Chat configuration read https://doc.livehelperchat.com/docs/bot/sentiment-analysis

About

Sentiment analysis docker image for simplified setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published