Skip to content

Web Service for Deduce, a Python library for de-identification of Dutch medical text

License

Notifications You must be signed in to change notification settings

jacob-rousseau/deduce-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deduce Service

Web Service for Deduce, to be used in pipelines such as CogStack-NiFi.

Installation

docker-compose up

The API should now be available at http://localhost:5000/

Usage

  • Use /deidentify for de-identification of a single text.
  • Use /deidentify_bulk for de-identification of multiple texts. See documentation in Swagger UI for the specific data format.

Tests

In your IDE of choice, add a run configuration for test/test_service.py and set the working directory to the root directory of this repository.

About

Web Service for Deduce, a Python library for de-identification of Dutch medical text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Dockerfile 3.1%