Sign inSign up

stiborv/ner

By stiborv

Updated about 2 years ago

Named Entity Recognition (NER) service.

Image
0

264

stiborv/ner repository overview

ner

docker pull stiborv/ner:latest
  • You can try the standalone service for whatever content 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 ${NER_MODEL_PORT}:${NER_MODEL_PORT} stiborv/ner:latest
  • Ports are temporarily exposed until the defence:
NER_MODEL_PORT="5051"
NER_MODEL_API_URL="http://ner:5051/extract-entities"

Tag summary

Content type

Image

Digest

sha256:f944d8258

Size

1.4 GB

Last updated

about 2 years ago

docker pull stiborv/ner