What does Ai4Privacy do?
Ai4Privacy helps teams find personal information in text and replace it with placeholders. The workflow is available through synthetic datasets, Ai4Privacy Chat, a REST API and local Python and JavaScript SDKs.
Do the training datasets contain real personal data?
The datasets presented here use synthetic PII rather than real personal data. Check the individual release page for its coverage, access and license details.
Can PII detection run inside my own application?
Yes. The Python and JavaScript packages are designed for local execution inside your application or workflow. The REST API is the separate hosted integration path.
Which dataset release should I choose?
Start from the region and languages in your text. The Asia-Pacific and European releases focus on those regions, the 1M series is the open-core option, and the 400K series and below support comparisons at smaller release sizes.
How are the dataset releases licensed?
Each release states its own license, so check the release page before you build on it. The 3M and 2M releases come in two tiers: the open datasets are CC-BY-4.0 and the enterprise datasets need a commercial license. The 1M release is open under CC-BY-4.0, with enterprise data licensed separately. The 400K series and below use a custom license — for the 400K release that is the Ai4Privacy Dataset and Derivative Products License.
Should I use the REST API or local SDKs?
Choose the local packages when detection needs to run in your own environment. Choose the hosted REST API when your application should send text and receive detected or masked text back.