This repo contains chain velds encapsulating NER inference chains.
In the context of the intavia project, spaCy NER models were trained. These are reused here for the PFP project , and applied on linkedcat data.
- git
- docker compose (note: older docker compose versions require running
docker-compose
instead ofdocker compose
)
Clone this repo with all its submodules (important as they may contain necessary data and code)
git clone --recurse-submodules https://github.com/veldhub/veld_chain__akp_ner_inference.git
The following chain velds were used. Open the respective veld yaml file for more information.
This will launch a jupyter notebook at http://localhost:8888/ where the inference can be executed.
docker compose -f veld_infer.yaml up