Skip to main content
TealClassifier performs local content classification using ONNX models — no external API calls, no data exfiltration risk. It supports multiple ensemble modes combining regex pattern matching with ML inference for high-accuracy, low-latency classification.
All inference runs locally via ONNX Runtime. Sensitive content never leaves your infrastructure for classification purposes. The governance path remains deterministic — ML confidence scores are thresholded into binary allow/deny decisions.

Installation


Quick Start


Ensemble Modes


Class Signature


ClassificationResult


Configuration


Ensemble Behavior

ensemble_union (Maximum Recall)

ensemble_intersection (Maximum Precision)


Integration with TealEngine


Performance