The SpERT API receives text from German financial statements and returns financial entities, financial values and their relationship if they form a pair.
This repository contains a Dockerfile for deploying the service. A ready-to-use deployment is also available (see 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."
The provided service is based on and was trained with a modified SpERT model architecture which can be found here
This repository is a fork of the original SpERT repository extending it by a REST service.