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.
该框架创新地将冻结大语言模型生成的结构化语义先验集成到数值轨迹预测器中,实现无需在线 LLM 开销的显式运动状态和社交交互推理。
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.
根据分类、Topic 和编程语言匹配的相似项目。
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.