Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 870 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 870 Bytes

spert-api

The SpERT API receives text from German financial statements and returns financial entities, financial values and their relationship if they form a pair.

Setup

This repository contains a Dockerfile for deploying the service. A ready-to-use deployment is also available (see example usage).

Example Usage

curl -G "https://spert-api-mtvfo2xgia-ey.a.run.app/fs-predict" --data-urlencode "text=Das Umlaufvermögen beläuft sich zum Ende des Geschäftsjahres auf TEUR 10000, wovon TEUR 255 auf Guthaben bei Kreditinstituten entfallen."

Training

The provided service is based on and was trained with a modified SpERT model architecture which can be found here

Acknowledgements

This repository is a fork of the original SpERT repository extending it by a REST service.