esp32-ai
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
It innovatively integrates structured semantic priors from a frozen large language model into a numerical trajectory predictor, enabling explicit reasoning about motion states and social interactions without online LLM cost.
SIR-Transformer
Language-Guided Semantic Interaction Reasoning for Pedestrian Trajectory Prediction
🚧 Code coming soon.
SIR-Transformer is a language-guided semantic interaction reasoning framework for pedestrian trajectory prediction. It introduces structured semantic priors into a numerical trajectory predictor to jointly model individual motion patterns and socially meaningful interactions.
The framework first constructs a target-centered candidate neighborhood from observed trajectories. A frozen large language model is then used offline to transform trajectory-derived evidence into per-agent motion priors and pairwise social relation priors with confidence scores. These semantic priors are cached and integrated with continuous trajectory representations through the Individual Semantic Motion Transformer (ISMT), Relation Adapter, and Relation-aware Social Motion Transformer (RSMT).
The language model is not used to decode future coordinates and is not invoked during online inference.
none, parallel, following, approaching, and collision risk.The SIR-Transformer pipeline consists of four main stages:
The prediction module follows:
Observed trajectories
↓
Candidate neighborhood
↓
Offline motion and relation priors
↓
ISMT → Relation Adapter → RSMT
↓
Future pedestrian trajectories
The framework is evaluated on:
Official repository for SIR-Transformer: offline LLM-guided semantic interaction reasoning for pedestrian trajectory prediction. Code coming soon.
Similar projects matched by category, topics, and programming language.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.