Skip to content

VirtualRoyalty/text-anonymizator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-anonymizator

img


Hands-on project on text anonymization via SpaCy and Presidio.

Impemplemented simple API via flask-restful for web-pages (html) anonymization from news portal ria.ru

To setup application run:

 $ cd text-anonymizator
 $ docker-compose up -d --build

Then go to {localhost}:5000/swagger-ui.

For testing html-anonymization use GET /api/anonymize-html method or GET /api/anonymize for plain text.