Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

ner_service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Goal

NER Service with Gliner model.

Application

Basically, an HTTP wrapper around Gliner.

Start Up

Make sure you have docker compose set-up and run the following from the Git project root (after exposing port 8081).

docker compose up

The OpenAPI documentation should be available on your browser to interact.

Note

The default compose stack starts the service at port 8081 of the container, but does not expose it to the host machine/end user. In production set up, the service is meant only for the ETL pipeline, not the end user.