OmniAccelerANT — Documentation Hub

This documentation covers the full Kataglyphis stack: Flutter/Dart frontend, Rust/C++ inference core, GStreamer/WebRTC streaming, and platform-specific build pipelines.

Start Here

Documentation Map

Area Purpose
Overview Architecture, repository layout, and key design goals.
Getting Started Local setup, first run, and verification checks.
Platforms Linux, Windows, Android, Raspberry Pi, and Web instructions.
Camera Streaming GStreamer WebRTC pipelines and the Rust cat-detection producer.
Readmes Curated links to all relevant README entry points.
Project Operations Build/test/doc workflows, release notes, and contribution flow.
Upgrade Guide Dependency and bridge upgrade procedures.

What This Project Delivers

  • Cross-platform AI inference workflow for desktop, web, and embedded devices
  • Flutter UI connected to native Rust/C++ logic via flutter_rust_bridge
  • Practical camera streaming pipelines with WebRTC + GStreamer
  • Reproducible dev setup via container and native build scripts

Read in This Order

  1. Overview
  2. Getting Started
  3. Platforms
  4. Camera Streaming
  5. Project Operations