Celantur Container
Fully-automated image and video blurring software. Deploy highly scalable into your on-premise and cloud data workflows.
Request Demo
You'll get a time-limited PRO license, containing all features
Anonymize personal data
Automatically remove personal identifiable information (PII), to protect individuals' privacy.
Faces
Bodies
License Plates
Vehicles
You need other object types anomymized? Let us know.
Easy to integrate
POST and GET data via REST API
Seamless integration into your data workflows via REST API.
POST Request
'/v1/file?method=blur&face=true' 'fileobject=@/path/to/image.jpg'
Response
{ "content-type": "image/jpeg",
"id": {image_id},
"metadata-url": "/v1/file/{image_id}/metadata",
"binary-mask-url": "/v1/file/{image_id}/binary-mask",
"instance-mask-url": "/v1/file/{image_id}/instance-mask",
"anonymised-url": "/v1/file/{image_id}/anonymised" }
Transfer NumPy array via TCP socket
Send and receive images either as an image or NumPy array via a TCP socket connection.
Extract Metadata and Segmentation Masks
Metadata and Masks extracted from processed images can be ingested into your data workflow.
❯ Segmentation Mask Documentation
Anonymized Image
JSON Metadata
{ "id": "image-name.jpg",
"detections": [ {
"id": 0,
"offset": [1586, 776],
"bbox": [1586, 776, 3094, 3453],
"score": 0.9994864463806152,
"type_label": "person",
"color": [128, 85, 0], ...
}, ...
Binary Segmentation Mask
Instance Segmentation Mask
Success Stories
Read how industry-leading companies use Celantur Container to solve their privacy challenges.