From 5256e1e42d97f2775de4fb784561b269c438b565 Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Tue, 4 Aug 2026 17:20:00 +0300 Subject: [PATCH] Add Presidio Research to Projects Add a Presidio Research project card (Docs / GitHub / PyPI) alongside Presidio, plus footer links, and mention it in the hero intro. Docs point to presidio-research.dataprivacystack.org. Co-Authored-By: Claude Opus 4.8 --- src/pages/index.astro | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index fb1d5e4..db406ba 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,6 +5,8 @@ import { getCollection } from "astro:content"; const githubOrg = "https://github.com/data-privacy-stack"; const presidioDocs = "https://presidio.dataprivacystack.org"; const presidioRepo = "https://github.com/data-privacy-stack/presidio"; +const presidioResearchDocs = "https://presidio-research.dataprivacystack.org"; +const presidioResearchRepo = "https://github.com/data-privacy-stack/presidio-research"; const mvgRepo = "https://github.com/data-privacy-stack/MVG"; const discordUrl = "https://discord.gg/MewtBGFquB"; const contactEmail = "contact@dataprivacystack.org"; @@ -198,7 +200,8 @@ const posts = (await getCollection("docs"))

The Data Privacy Stack is a community-led home for open, transparent tools that help engineers handle private data responsibly - starting with - Presidio for PII detection and anonymization, with room to grow. + Presidio for PII detection and anonymization and + Presidio Research for evaluating detection models, with room to grow.

Guiding principles

@@ -225,6 +228,17 @@ const posts = (await getCollection("docs")) PyPI
+
+

Presidio Research

+

Evaluate PII detection models and generate synthetic PII data - a + framework for benchmarking Presidio and NER models, with a fake-data + generator for building labelled datasets.

+ +