rushilpatel21/Redactify
Redactify is an efficient data redaction tool that secures sensitive text using advanced NLP and rule-based methods. It combines transformer-based NER, regex, and Presidio analysis to detect and mask personal information through full redaction or partial maskingāensuring compliance while preserving data utility.
This tool helps organizations automatically find and hide sensitive personal information (PII) within text documents to meet data privacy rules. You input raw text, and it outputs the same text with PII like names, addresses, or financial details either completely removed, partially masked, or replaced with consistent placeholders. It's designed for data privacy officers, compliance managers, or anyone handling large volumes of sensitive text across different industries.
No commits in the last 6 months.
Use this if you need to reliably anonymize or redact personal information from various types of documents, such as legal contracts, medical reports, or customer communications, to ensure data privacy and regulatory compliance.
Not ideal if you only need to remove PII from a few small, non-sensitive documents manually or if you are looking for a simple keyword-based redaction tool without advanced AI capabilities.
Stars
8
Forks
1
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 14, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rushilpatel21/Redactify"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
microsoft/presidio-research
This package features data-science related tasks for developing new recognizers for Presidio. It...
rhnfzl/SqueakyCleanText
Text preprocessing and PII anonymisation for NLP/ML. ONNX NER ensemble, language detection,...
zulqarnainalipk/PII-Data-Detection
š NLP-powered pipeline for detecting and removing Personally Identifiable Information (PII) from...
4n33sh/REDACT
REDACT is an info-sec tool that automates redaction with minimal user interaction. It utilizes...