openai/privacy-filter
OpenAI Privacy Filter observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 78
- Release rhythm 35
- Longevity 9
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 138
- days_rel: n/a
- days_push: 133
- n_releases_24m: 0
Adoption not part of the score
2670 stars · 239 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
OpenAI Privacy Filter is a small bidirectional token-classification model (1.5B total, 50M active parameters) for detecting and masking personally identifiable information in text. The repo provides a Python package and CLI (`opf`) for running one-shot redaction, evaluation, and fine-tuning of the model on-premises.
Use cases
- redact PII from text files before sharing or training
- sanitize logs and datasets on-premises
- detect names, dates, and other PII in long documents
- fine-tune a PII detector on custom data distributions
- run PII masking locally in a browser or on a laptop
- pipe text through a privacy filter in shell one-liners
When to choose
- you need fast, context-aware PII redaction that runs locally without sending data to external services
- you need a permissively licensed, fine-tunable PII model for commercial deployment
- you process long documents (up to 128k tokens) without chunking
- you want configurable precision/recall tradeoffs for redaction
When to avoid
- you need structured document (PDF/image) PII redaction rather than plain text
- you require certified compliance guarantees rather than best-effort ML detection
- you need a managed cloud PII API with vendor support
- you lack the hardware to run even a small transformer model
Facets
library · maturity active
nlp machine-learning cli privacy security privacy machine-learning security developer-tools python cli cross-platform pii-detection pii-masking data-sanitization token-classification redaction on-premises fine-tunable viterbi-decoding natural-language-processing gpu cpu
1 source
- readme: https://github.com/openai/privacy-filter · fetched 2026-08-28 · 79c223290f1a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openai/privacy-filter | main | 49 |
For agents
markdown · JSON · MCP: product_card(name="openai/privacy-filter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem