Cleanlab Data Quality API in a TEE

Powered by Lunal's Trusted Execution Environments

What is this?

This is Cleanlab, a data-centric AI library for detecting label errors and data quality issues, running inside a Trusted Execution Environment (TEE).

TEEs provide a tamper-proof secure boundary where your data quality analysis runs. Everything operates within hardware-protected memory that guarantees the following:

Try it now

Test Cleanlab's label quality checking directly from your browser:

Label Quality Check

Find mislabeled samples in your classification dataset (this example contains 3 label errors):

Result

Or use the API programmatically:

curl -X POST https://cleanlab-demo.lunal.dev/api/v1/find-label-issues \
  -H "Content-Type: application/json" \
  -d '{
  "labels": [0, 1, 0, 1, 1],
  "pred_probs": [[0.9, 0.1], [0.2, 0.8], [0.85, 0.15], [0.3, 0.7], [0.1, 0.9]]
}'

What is Lunal?

Lunal is the trusted compute company that makes TEEs simple, usable, and scalable. We provide unified software and infrastructure for deploying AI workloads in TEEs with zero configuration.

Learn more about Lunal and why secure AI needs TEEs.