Show What You Trained On

Aegis helps AI teams show what data they used to train or fine-tune a model — without exposing that data — and turns that into evidence they can share in docs, model cards, and (if needed) legal discovery.

📝 We do evidence, not "compliance guarantees". We make it easy to generate proof and the paperwork around it.

5 Simple Commands

attest
Package up "what we trained on" as a manifest, fingerprint, and timing info
verify
Check if text appears in the training set using 3-chunk policy
report
Auto-fill EU GPAI training data summary fields
policy
Generate a copyright policy document template
optout-scan
Check dataset against Do-Not-Train registries

Plus Helper Commands

card-snippet - HF model card blocks dataset-card - HF dataset cards badges - Community or Notarized

How It Works

1

Run Commands

Process your training data locally. Nothing leaves your machine.

2

Get Evidence Files

Generate manifest, Bloom filter fingerprint, and reports.

3

Share Evidence

Add to HuggingFace cards, documentation, or legal workflows.

# Install Aegis
pip install aegis-client

# Generate evidence for your training data
aegis-cli attest --dataset ./training_data --out proof.json

# Check content against training set
aegis-cli verify --manifest proof.json --dataset "sample text"

# Generate EU GPAI report
aegis-cli report --manifest proof.json --out report.md

# Check against opt-out registries
aegis-cli optout-scan --dataset ./data --spawning-json optouts.json

# Generate copyright policy
aegis-cli policy --interactive --out COPYRIGHT_POLICY.md
                

Who We Serve

🚀 SMEs & Startups

Fine-tuning open or closed foundation models without a big legal team. Get evidence generation in minutes, not weeks.

🤗 Open-Weight Publishers

Publishing on HuggingFace and want better cards and more reuse. Add training evidence directly to your model cards.

🏢 Enterprises

Selling models or AI apps in EU/UK/US and need to show you respected opt-outs and licensing.

Simple Pricing

Community (Free)
$0/month
  • Everything for local evidence generation
  • All 5 CLI commands + helpers
  • Bloom filters & manifests
  • HuggingFace card snippets
  • Community badge
  • Great for open-source & trials
Get Started Free

Get Started in 2 Minutes

Install from PyPI

pip install aegis-client aegis-cli --help

Try the Demo

git clone https://github.com/Aegis-Testing-Technologies/aegis-techspike python examples/quickstart.py