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

  • 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.

Basic
4,000

1yr, per machine

Anonymize Faces, Persons, License Plates, Vehicles

Process Images and Videos

I/O: File System

Request Free Demo
Pro
6,500

1yr, per machine

Everything in Basic, plus:

Generate metadata and segmentation masks

I/O: REST API, TCP

Request Free Demo
Enterprise
15,000

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

Contact Sales

Request a Free Demo. We'll get back to you shortly

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 Story

Fortune 500 tech company develops L4 self-driving vehicle technology in a GDPR-compliant manner

Read Success Story

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.

❯ API Endpoints

❯ API Examples

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" }

Read from file system

Simply specifiy input and output directories.

❯ File System Documentation

Transfer NumPy array via TCP socket

Send and receive images either as an image or NumPy array via a TCP socket connection.

❯ TCP Mode Documentation

Fetch from API

Let Celantur Container read/write data from queues.

❯ API Fetch Documentation

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

Questions? We'll get back to you shortly