Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Dockerized Entity Extraction Pipeline #42

Merged
merged 39 commits into from
Jun 19, 2023

Conversation

tieandrews
Copy link
Collaborator

This merge contains the first functioning entity extraction pipeline. The primary features this includes is:

  • allows for running spacy or huggingface models with an env variable flag
  • dockerfile and docker-compose to build and run the image
  • setup to use the xDD format input/outputs folders
  • basic tests for the entity extraction reconstruction work

This has a functional and pushed docker image here: https://hub.docker.com/repository/docker/tannedruse101/metaextractor-entity-extraction-pipeline/general

@tieandrews tieandrews added the NER Tasks related to NER tasks label Jun 19, 2023
@tieandrews tieandrews self-assigned this Jun 19, 2023
@tieandrews tieandrews merged commit 74b0600 into dev Jun 19, 2023
@tieandrews tieandrews deleted the 30-build-ner-extraction-pipeline branch June 28, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NER Tasks related to NER tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants