Kataglyphis Inference Engine — 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 and Python inference pipelines.
Readmes Curated links to all relevant README entry points.
Project Operations Build/test/doc workflows, release notes, and contribution flow.
Roadmap Planned features and implementation phases.
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