@@ -5,6 +5,8 @@ import { getCollection } from "astro:content";
55const githubOrg = " https://github.com/data-privacy-stack" ;
66const presidioDocs = " https://presidio.dataprivacystack.org" ;
77const presidioRepo = " https://github.com/data-privacy-stack/presidio" ;
8+ const presidioResearchDocs = " https://presidio-research.dataprivacystack.org" ;
9+ const presidioResearchRepo = " https://github.com/data-privacy-stack/presidio-research" ;
810const mvgRepo = " https://github.com/data-privacy-stack/MVG" ;
911const discordUrl = " https://discord.gg/MewtBGFquB" ;
1012const contactEmail = " contact@dataprivacystack.org" ;
@@ -198,7 +200,8 @@ const posts = (await getCollection("docs"))
198200 <p class =" lead" >
199201 The Data Privacy Stack is a community-led home for open, transparent tools that
200202 help engineers handle private data responsibly - starting with
201- <strong >Presidio</strong > for PII detection and anonymization, with room to grow.
203+ <strong >Presidio</strong > for PII detection and anonymization and
204+ <strong >Presidio Research</strong > for evaluating detection models, with room to grow.
202205 </p >
203206 <h2 >Guiding principles</h2 >
204207 <div class =" cards" >
@@ -225,6 +228,17 @@ const posts = (await getCollection("docs"))
225228 <a href =" https://pypi.org/project/presidio-analyzer/" >PyPI</a >
226229 </div >
227230 </article >
231+ <article class =" card project" >
232+ <h3 >Presidio Research</h3 >
233+ <p >Evaluate PII detection models and generate synthetic PII data - a
234+ framework for benchmarking Presidio and NER models, with a fake-data
235+ generator for building labelled datasets.</p >
236+ <div class =" card-links" >
237+ <a class =" primary" href ={ presidioResearchDocs } >Docs →</a >
238+ <a href ={ presidioResearchRepo } >GitHub</a >
239+ <a href =" https://pypi.org/project/presidio-evaluator/" >PyPI</a >
240+ </div >
241+ </article >
228242 <article class =" card placeholder" >
229243 <h3 >More coming</h3 >
230244 <p >The stack is growing. Want to propose or contribute a project?
@@ -352,6 +366,8 @@ const posts = (await getCollection("docs"))
352366 <a href ={ presidioDocs } >Presidio docs</a >
353367 <a href ={ presidioRepo } >Presidio on GitHub</a >
354368 <a href =" https://pypi.org/project/presidio-analyzer/" >Presidio on PyPI</a >
369+ <a href ={ presidioResearchDocs } >Presidio Research docs</a >
370+ <a href ={ presidioResearchRepo } >Presidio Research on GitHub</a >
355371 </div >
356372
357373 <div class =" foot-col" >
0 commit comments