Vector traceability with legal certification for AI embeddings
Project description
AEE Protocol v8
Vector Traceability for the AI Era
Protect your embeddings. Prove your ownership. Maintain compliance.
AEE (Attribution & Evidence for Embeddings) is an open-source protocol for invisible watermarking of vector embeddings, with blockchain certification for legal proof. Survives 20% noise, <1% FP rate (10k tests).
Quick Start
pip install aeeprotocol # DÃa 2
from aeeprotocol import AEEv8
aee = AEEv8(user_id=35664619) # Tu DNI soberano
embedding = np.random.randn(768) / np.linalg.norm(np.random.randn(768))
marked, proof = aee.inject(embedding)
detection = aee.detect(marked)
print(f"Detected: {detection['detected']}, Confidence: {detection['confidence']}")
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 aeeprotocol-8.0.0b1.tar.gz.
File metadata
- Download URL: aeeprotocol-8.0.0b1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea8818f80e03ede566d67f1f52f31494d39744837593ac98291d4f9b742858bd
|
|
| MD5 |
261bdf50dc315361503915ad64ee98a5
|
|
| BLAKE2b-256 |
2aa0e434f236c13c2e2a0858ccc4776135d6b8dcbb0ecb0ceab8ef54c3796b16
|
File details
Details for the file aeeprotocol-8.0.0b1-py3-none-any.whl.
File metadata
- Download URL: aeeprotocol-8.0.0b1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a5636df4001d21eb50196e8aa43ad7e68ec40b91281db4d7e690c3e1bae8bc2
|
|
| MD5 |
aa5577fb573c563c8a33aa75c1557a7d
|
|
| BLAKE2b-256 |
e1cee0504632718f6254020bb6a664db990755ed7afb77d19ae1fbf0d19de6b4
|