⚠️ 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.
docker-compose upThe API should now be available at http://localhost:5000/
- Use
/deidentifyfor de-identification of a single text. - Use
/deidentify_bulkfor de-identification of multiple texts. See documentation in Swagger UI for the specific data format.
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.