Rotavision Python SDK
Official Python client for Rotavision AI Trust Infrastructure.
Installation
pip install rotavision
Quick Start
from rotavision import Rotavision
client = Rotavision(api_key="rv_...")
# Analyze for bias (Vishwas)
result = client.vishwas.analyze(
text="Loan application response...",
demographics=["caste", "gender", "region"]
)
print(result.bias_score)
# Monitor AI output (Guardian)
result = client.guardian.monitor(
prompt="What is the RBI repo rate?",
response="The RBI repo rate is 6.5%...",
checks=["hallucination", "factuality"]
)
print(result.status)
# Extract from documents (Dastavez)
result = client.dastavez.extract(
document=document_bytes,
document_type="aadhaar",
mask_pii=True
)
print(result.fields)
Products
| Product | Description |
|---|---|
| Vishwas | Trust, Fairness & Explainability |
| Guardian | AI Reliability Monitoring |
| Dastavez | Document AI + Browser Agents |
| Sankalp | Sovereign AI Gateway |
| Orchestrate | Multi-Agent Platform |
| Gati | Fleet & Mobility Intelligence |
Documentation
Requirements
- Python 3.8+
- API key from Rotavision
License
Apache 2.0 - See LICENSE for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rotavision-0.1.0.tar.gz
(5.8 kB
view details)
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 rotavision-0.1.0.tar.gz.
File metadata
- Download URL: rotavision-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54696020de8f4889e80677e1326480a71e53fee9c062bcbd82d3c8e63eab0028
|
|
| MD5 |
4503b307811c23767f009f141d6f06d9
|
|
| BLAKE2b-256 |
7c81e8fa0c26cc3edb45d5a371ce60177f487e467a5806849e0b80d5426f1bd1
|
File details
Details for the file rotavision-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rotavision-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42b0d98a0d0c5cffac1909982bc29905f661fc35a6df0cc906985850ba368b4c
|
|
| MD5 |
e49d623e49f295c62de2c4e9db2d64d6
|
|
| BLAKE2b-256 |
c594f90db266adc6b81807d1e41d9e087407f3de60ad002ead17ca34e74c9076
|