Skip to content
forked from uhh-lt/microNER

A micro-service for German Named Entity Recognition

License

Notifications You must be signed in to change notification settings

sauterp/microNER

 
 

Repository files navigation

microNER

A micro-service for Named Entity Recognition based on Docker.

We provide four pre-trained models for German.

All details: https://uhh-lt.github.io/microNER

Export to Tensorflow protobuf

We managed to export the models with specific versions of python, tensorflow and keras. To install them you need Miniconda3. To export this model as a TensorFlow protobuf run:

conda env create -f=conversionenv.yml
conda activate microNERattempt1
git submodule init
git submodule update
python export_models.py
python convert_models.py

The converted models are now in converted_models.

About

A micro-service for German Named Entity Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.3%
  • Python 11.2%
  • Other 0.5%