Skip to content

veldhub/veld_chain__akp_ner_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published