01What does Ai4Privacy do?
Ai4Privacy helps teams find personal information in text and replace it with placeholders. The workflow is available through synthetic datasets, a browser-based chat, a REST API and local Python and JavaScript SDKs.
02Do 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.
03Can 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.
04Which 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.
05How are the dataset releases licensed?
Each release states its own license. The 1M series is CC-BY-4.0 open core. The 3M and 2M releases are listed as CC-BY-4.0 plus Enterprise. The 400K series and below use the Ai4Privacy Dataset and Derivative Products License.
06Should 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.