Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,38 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk: static
|
| 7 |
-
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: PII Engineer
|
| 3 |
+
emoji: 🛡
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# PII Engineer
|
| 9 |
+
|
| 10 |
+
Fast, multilingual PII detection for privacy compliance (PDPA, PDPD, PDP Law, PIPL).
|
| 11 |
+
|
| 12 |
+
Detects **9 PII types** across **13+ languages** using fine-tuned GLiNER2 NER models with ONNX Runtime inference. Single binary, CPU-only, no GPU required.
|
| 13 |
+
|
| 14 |
+
## Models
|
| 15 |
+
|
| 16 |
+
| Model | Description |
|
| 17 |
+
|-------|-------------|
|
| 18 |
+
| [PII-Engineer-Multi-NER-v2.1](https://huggingface.co/pii-engineer/PII-Engineer-Multi-NER-v2.1) | Multilingual NER (13+ languages, 9 PII types, ~280M params) |
|
| 19 |
+
| [PII-Engineer-Chinese-NER-v1.0](https://huggingface.co/pii-engineer/PII-Engineer-Chinese-NER-v1.0) | Chinese-specific NER for improved CJK coverage |
|
| 20 |
+
|
| 21 |
+
## PII Types
|
| 22 |
+
|
| 23 |
+
`person_name` `phone_number` `government_id` `street_address` `date_of_birth` `email_address` `passport_number` `license_plate` `bank_account_number`
|
| 24 |
+
|
| 25 |
+
## Languages
|
| 26 |
+
|
| 27 |
+
**Primary:** English, Malay, Tamil, Chinese, Indonesian, Vietnamese
|
| 28 |
+
|
| 29 |
+
**Secondary:** Thai, Hindi, Bengali, Korean, German, French, Russian
|
| 30 |
+
|
| 31 |
+
## Links
|
| 32 |
+
|
| 33 |
+
- [Live Demo](https://pii.engineer)
|
| 34 |
+
- [GitHub](https://github.com/gantz-ai/pii.engineer)
|
| 35 |
+
|
| 36 |
+
## License
|
| 37 |
+
|
| 38 |
+
AGPL-3.0 — free for open-source use. Commercial license available at [pii.engineer](https://pii.engineer).
|