VirtualRoyalty / text-anonymizator

Simple project on html anonymization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


About

Simple project on html anonymization


Languages

Language:Jupyter Notebook 83.3%Language:Python 16.0%Language:Dockerfile 0.8%