- Notifications
You must be signed in to change notification settings - Fork1
Examples scripts that showcase how to use Private AI Text to de-identify, redact, hash, tokenize, mask and synthesize PII in text.
License
privateai/deid-examples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains examples that showcase how to use the Private AI REST API, for both Python and JS. The API allows for PII to be found in text and then replaced with redaction markers or synthetic PII. The system supports over50 entity types, such as Credit Card information and Social Security numbers across50 languages. Thedocumentation and theAPI reference are available from Private AI's website.
For further information & access to the container feel free tocontact us.
Private AI's service is primarily delivered via a self-hosted container. Please follow thesetup instructions to get started.
It is also possible to use the Private AI cloud endpoint located athttps://portal.private-ai.com/.
In theJS folder where have common api call examples and use cases built in javascript. In thepython folder we have the same examples expressed in python. If you are interested in ourPrivateGPT to work securely with LLMs, you should check out theLLMs folder for some really cool stuff!