docker build -t myapp:1.0 --build-arg NAME=myapp . docker run -p 8080:8080 --name myrunningapp -e PORT=8080 myapp:1.0 curl -X POST http://localhost:8080/analyze -H "Content-Type: application/json" -d '{"text": "My name is Alex", "language": "en"}'
-
Notifications
You must be signed in to change notification settings - Fork 0
PII analysis and removal
License
arena-ai/pii
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PII analysis and removal
Resources
License
Stars
Watchers
Forks
Releases
No releases published