Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.19 KB

veld chain veld_chain__akp_ner_inference

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.

requirements

  • git
  • docker compose (note: older docker compose versions require running docker-compose instead of docker 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

how to reproduce

The following chain velds were used. Open the respective veld yaml file for more information.

./veld_infer.yaml

This will launch a jupyter notebook at http://localhost:8888/ where the inference can be executed.

docker compose -f veld_infer.yaml up