Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 776 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 776 Bytes

anonymization-api

Only one route is defined that accepts POST requests on the path /entities. It's purpose is to anonymize provided text.

How to run

  1. Clone this repository to your local machine.

  2. Run following command from anonymization-api/services:

    docker-compose up --build

  3. Open your browser at http://127.0.0.1:8000/docs to see API documentation