Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 951 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 951 Bytes

RE-DACT

RE-DACT offers a simple, secure, and scalable solution for redacting and anonymizing data across various formats. It provides a flexible, user-defined approach to redaction that ensures both security and usability of the data A natural language processing and machine learning-based redaction tool designed to handle multiple input formats—text, images, audio, and video.

Text Redaction Demo

chrome_y0PHTG0w1x

Image Redaction Demo

chrome_JqklSl7ATz

How to Run

Run:

pip install requirements.txt

Navigate to re-dact and run:

npm install

npm run start

Open a parallel terminal and run:

python parser.py

Make sure to add the env file in the repository before executing parser.py

P.S You have to run 3 servers scripts in paralell