Skip to content
/ ner Public

Deployable NER with BERT served over HTTP API

License

Notifications You must be signed in to change notification settings

tadyshev/ner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NER for AISC ML Ops

A deployable Named Entity Recognition tool.

cd src/bert
make build
make run
# open localhost:5000

Model

  • spaCy as base model
  • LSTMs/BERT as advanced model

Packaging

  • MLFlow with pyfunc

Cloud platform

  • Azure App Service for containers

Dataset

  • Wikigold
  • BERT was pretrained on Wikigold with model cached on S3

Devops