Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 598 Bytes

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.