Celantur Container
Fully-automated image and video blurring software. Deploy highly scalable into your on-premise and cloud data workflows.
You'll get a time-limited PRO license, containing all features
Image & Video Blurring: Automatically blur faces, persons, license plates, vehicles.
Compliance: Ensure compliance with data protection regulations like GDPR and CCPA.
Easy Integration: REST API, file system, TCP.
Scalable: Process massive amounts of data.
Flexible Deployment: Runs on cloud, on-premise, laptops, desktops.
Offline: No internet connection required for high-security environments.
Solution Features
Powerful anonymization capabilities in a single Docker Container.
Read more in the documentation.
Blurring
Blur faces, persons, vehicles and license plates on images and videos.
Configurable
Define detection thresholds, tiling, blurring appearance and more.
Stateless Docker Container
Perfect for deployments on the Cloud.
I/O
REST API, file system, TCP.
Specify Blur Section
Limit anonymization to a section of the image.
GPU & CPU Support
Leverage Nvidia GPU or CPU.
Extract Metadata
Extract bounding boxes and segmentation masks.
Retain Image Metadata
Image metadata (EXIF, IPTC, XMP) is retained.
For Linux & Windows
Runs on Linux and Windows (WSL).
Pricing
Flexible Pricing for Every Stage of Your Business.
1yr, per machine
Anonymize Faces, Persons, License Plates, Vehicles
Process Images and Videos
I/O: File System
1yr, per machine
Everything in Basic, plus:
Generate metadata and segmentation masks
I/O: REST API, TCP
Starting from
Everything in Pro, plus:
Deploy Unlimited Instances in the Cloud
Enterprise Support/SLA
Evaluation of Custom Reference Datasets
Certifiable for AI Act and GDPR
Success Stories
Read how industry-leading companies use Celantur Container to solve their privacy challenges.
greehill provides Green Asset Management without privacy concerns
Read Success StoryFortune 500 tech company develops L4 self-driving vehicle technology in a GDPR-compliant manner
Read Success StoryAnonymize 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.
'/v1/file?method=blur&face=true' 'fileobject=@/path/to/image.jpg'
{ "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
{ "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], ...
}, ...
Questions? We'll get back to you shortly