Skip to content

heythisisarsh/data-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DataZero

Production-grade open-source PII redaction & personal-data sanitization library and API.

DataZero can be used as:

  • A Python library for detecting & redacting sensitive data in text/JSON.
  • A standalone API server (FastAPI + Uvicorn) that can run inline with LLMs, ingestion pipelines, or behind load balancers.
  • A CLI tool for one-off or batch redaction.

✨ Features (MVP)

  • Detect emails and phone numbers via regex.
  • Redaction modes: simple masking.
  • Python API, CLI, and FastAPI server.
  • MIT licensed.

🚀 Quickstart

Install

git clone https://github.com/heythisisarsh/datazero.git
cd datazero
pip install -e .

About

Production-grade open-source PII redaction & personal data sanitization library and API (Python, FastAPI, CLI).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors