Powered by Lunal's Trusted Execution Environments
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:
Test Cleanlab's label quality checking directly from your browser:
Find mislabeled samples in your classification dataset (this example contains 3 label errors):
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]]
}'
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.