Skip to content
@ARTIFACTIQ

ARTIFACTIQ

Artifactiq

Intelligence in Every Frame

We build AI that sees what's valuable in visual content and connects it to real-world opportunities.


What We Do

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

Our Repositories

Core Engine

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!

SDKs & Tools

Repo Description
sdk-python Official Python SDK
sdk-javascript Official JS/TS SDK
examples Integration examples

Documentation

Repo Description
docs Documentation site
openapi API specifications

Quick Start

CLI (Recommended)

# 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 --coreml

Python SDK

from 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")

Links


© 2026 Artifactiq · AI-Powered Visual Intelligence

Popular repositories Loading

  1. .github .github Public

    Artifactiq organization profile and community health files

  2. sdk-python sdk-python Public

    Official Artifactiq Python SDK

    Python

  3. sdk-javascript sdk-javascript Public

    Official Artifactiq JavaScript/TypeScript SDK

  4. docs docs Public

    Artifactiq documentation

  5. openapi openapi Public

    Artifactiq OpenAPI/Swagger specifications

  6. examples examples Public

    Artifactiq integration examples and tutorials

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…