We build AI that sees what's valuable in visual content and connects it to real-world opportunities.
Artifactiq transforms passive images and video into interactive, monetizable experiences:
- Detect — AI identifies artifacts of interest in any visual content
- Understand — Scene graphs capture context and relationships
- Connect — Link artifacts to purchasable products
- Experience — Generate tourism packages from scenic locations
| Repo | Description |
|---|---|
core |
High-performance Rust engine with ONNX & CoreML backends |
releases |
Pre-built binaries and website |
Latest: v1.0.0-alpha.13 — CoreML support for Apple Silicon with 39 custom classes, 3.4x faster!
| Repo | Description |
|---|---|
sdk-python |
Official Python SDK |
sdk-javascript |
Official JS/TS SDK |
examples |
Integration examples |
| Repo | Description |
|---|---|
docs |
Documentation site |
openapi |
API specifications |
# Install
curl -fsSL https://artifactiq.ai/install.sh | sh
# Analyze images (auto-downloads model on first use)
artifactiq analyze --input photo.jpg
# On Apple Silicon, use CoreML for 3.4x faster inference
artifactiq analyze --input photo.jpg --coremlfrom artifactiq import Artifactiq
client = Artifactiq(api_key="...")
result = client.analyze("image.jpg")
for artifact in result.artifacts:
products = artifact.get_products()
print(f"{artifact.label}: {len(products)} products found")© 2026 Artifactiq · AI-Powered Visual Intelligence