What problem does it solve?
Integrates React Native Executorch so mobile developers can add AI features without relying on cloud services, removing privacy, latency, and offline limitations while keeping models on-device.
Core Features & Use Cases
- On-device LLMs: Load ExecuTorch-powered language models with hooks like useLLM, configure chat, tool calling, structured outputs, and streaming.
- Vision, OCR, and audio utilities: Use hooks for classification, detection, segmentation, style transfer, text-to-image, OCR, vertical OCR, speech-to-text, text-to-speech, VAD, and embeddings, all referencing the curated models.
- Device-aware planning: Guidance on selecting quantized models, managing downloads, handling audio sample rates, and monitoring storage/performance ensures features work across low-end to high-end devices.
- Scenario: When building a privacy-first assistant that must chat, scan receipts, and transcribe voice locally, follow these references and best practices to stay offline-ready.
Quick Start
Ask the agent to wire up React Native Executorch hooks for an on-device chatbot, vision, and audio assistant so every AI call stays local.