Zero-knowledge inference instrumentation for AI decision audit.
Project description
auditar-sdk
Zero-knowledge inference instrumentation for AI decision audit.
pip install auditar-sdk
- Captures inputs/outputs only — never touches model weights
- Works with scikit-learn, XGBoost, LightGBM, and custom APIs
- Decorator API or batch context manager
- Local SQLite queue for air-gapped deployments
- Sub-ms overhead
This SDK is part of the Auditar platform for regulated AI in Indian financial services.
Quick install
pip install auditar-sdk
Quickstart
from auditar_sdk import AuditarClient, trace_inference
client = AuditarClient(
workspace="retail-lend-prod",
endpoint="https://core.auditar.io",
default_use_case="loan",
)
@trace_inference(client, model_name="Credit-Scout-V2", use_case="loan")
def predict(income, credit_score, age, existing_debt):
return model.predict_proba([[income, credit_score, age, existing_debt]])[0][1]
prob = predict(income=75000, credit_score=680, age=35, existing_debt=12000)
From pip install to pilot
If you want audit-ready traces, RBI FREE-AI 7-Sutras mapping, and a governance dashboard without instrumenting every model yourself:
- Free 8-week pilot: we instrument your production models, you see results in 15 minutes.
- No credit card. No commitment.
Start here: auditar.in
After install, share your source so we can follow up with the right guide:
- GitHub / README: post-install attribution page
- Email outreach: ask your founder for the pilot timeline
- Hacker News / Reddit: community feedback track
- Twitter / LinkedIn: campaign-specific case study
If you came from an email, please reply to the founder who sent it so we can fast-track your pilot.
Email us directly: foundersoffice@auditar.in
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auditar_sdk-0.1.0.tar.gz.
File metadata
- Download URL: auditar_sdk-0.1.0.tar.gz
- Upload date:
- Size: 62.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e315553713ee43c58ced90b2c3dbab218cfb727a7e190c7a5232bd5acd72a391
|
|
| MD5 |
53ce5ab8debdca8682891e966dc9c0fb
|
|
| BLAKE2b-256 |
1d5c56607e64c20387e249bf6323697d3a2b947f031e2accbc4cdf4dff2ce0cb
|
File details
Details for the file auditar_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: auditar_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd73373af8ee28578f74db28b9369d969746e15896503077f2ed8ec048e0f91c
|
|
| MD5 |
9c5971a19efff28bc54d63fb2ee4955a
|
|
| BLAKE2b-256 |
b5e1514b7ef2bcf4f2084a8c99e310750acacc3ab7ef43aab821049bdfe089da
|