1git clone https://github.com/s4nkar/KlarKI-EU-AI-Act-compliance-auditor.git
2cd KlarKI-EU-AI-Act-compliance-auditor
3pip install huggingface-hub>=0.26.0
4python scripts/download_pretrained.py --model prohibited
5./run.sh up
1from transformers import pipeline
2
3classifier = pipeline("text-classification", model="s4nkar/klarki-prohibited-classifier")
4result = classifier("The system assigns a social score to citizens based on their behaviour and personal characteristics.")
5# Output: [{'label': 'prohibited', 'score': 0.99}]
Detecting prohibited practices including social scoring, real-time biometric surveillance in public spaces, subliminal manipulation, and emotion recognition in workplace/education contexts. Augments KlarKI's 9-pattern regex detection at confidence >= 0.85.
1@software{klarki2026,
2 author = {Sankar},
3 title = {KlarKI: Local-First EU AI Act and GDPR Compliance Auditor},
4 year = {2026},
5 url = {https://github.com/s4nkar/KlarKI-EU-AI-Act-compliance-auditor},
6 note = {Open-source compliance tooling for German SMEs}
7}
KlarKI is an open-source, local-first EU AI Act + GDPR compliance auditor built for German SMEs.
Upload a policy document and receive a scored gap analysis against Articles 9–15 entirely on your own hardware.