Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 745 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 745 Bytes

Deduce Service

⚠️ This repository is no longer maintained/updated, but please feel free to use it for inspiration.

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.