Overview
Quickstart scope
Start with the minimal end-to-end usage flow, then add sanitizer variants and reference pages as needed for production hardening.
Install
install.sh
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install jazzmine-securityOptional GPU-enabled PyTorch install:
install_gpu.sh
pip install torch --index-url https://download.pytorch.org/whl/cu121Key features
- Input and output moderation with label and confidence scoring.
- HTML sanitization for model output before client delivery.
- Toxicity detector with configurable threshold-based blocking.
- CSV and PDF sanitizer variants for non-HTML content pipelines.
Reference map
The sections below map the full security API surface if you need internals beyond the quickstart path.