Sign inSign up

stiborv/sa

By stiborv

Updated about 2 years ago

Sentiment Analysis (SA) service.

Image
0

884

stiborv/sa repository overview

sa

docker pull stiborv/sa:latest
  • You can try the standalone service for whatever content and entities you want.
  • Use the network if you want to connect with the rest of the backend and process ETL.
docker run --name ner --network my-network -d -p ${SA_MODEL_PORT}:${SA_MODEL_PORT} stiborv/ner:latest
  • Ports are temporarily exposed until the defence:
SA_MODEL_PORT="5052"
SA_MODEL_API_URL="http://sa:5052/analyse-sentiment"

Tag summary

Content type

Image

Digest

sha256:c1b4c2a32

Size

2.8 GB

Last updated

about 2 years ago

docker pull stiborv/sa