Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Cybersecurity / Presidio — PII Detection & Anonymization
⛨GuardrailCybersecurityFree

Presidio — PII Detection & Anonymization

Microsoft's open-source PII detection and anonymization engine supporting 50+ entity types across text, images, and structured data.

@ai-supply
Installs198k
Rating★ 4.8
Reviews66
Install (free) to download the source.↗ Source repository

Presidio — PII Detection & Anonymization

Microsoft Presidio provides fast, contextual analysis and anonymization of personally identifiable information (PII) in text and images. It powers data-privacy compliance in LLM pipelines, ETL workflows, and document processing systems.

Key Features

  • 50+ built-in recognisers: names, emails, phone numbers, SSN, credit cards, IBANs, IP addresses, medical identifiers, and more
  • Custom recogniser support (regex, spaCy NER, stanza, transformer models)
  • Anonymization operators: redact, replace, hash, encrypt, mask, synthetic data substitution
  • Image redaction module (DICOM, PDF, raster)
  • REST API (presidio-analyzer + presidio-anonymizer as microservices)

Quick Start

from presidio_analyzer import AnalyzerEngine
from presidio_anonymizer import AnonymizerEngine

analyzer = AnalyzerEngine()
results = analyzer.analyze(text="My phone is 212-555-1234", language="en")
anonymizer = AnonymizerEngine()
print(anonymizer.anonymize(text="My phone is 212-555-1234", analyzer_results=results))
# Output: My phone is <PHONE_NUMBER>
npx ai-supply add presidio-pii-anonymizer

Curated mirror of the open-source Presidio (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy