IntentStudio
on-device · offline · no cloud at runtime

on-device voice models

Teach a device to
understand your commands.

List what people will say. We train a model that runs on the device — offline, nothing leaves it at runtime — and hand you one file to drop into your app.

signed in — · sign out
commands a short name, and a few ways people say it — one per line
ready in about a minute

listening…

0%

model ready

accuracy
on held-out voices
Download model
how to use it

Unzip and run — it works offline and returns one of your commands (or unknown):

pip install -r requirements.txt
python runtime.py my_recording.wav
→ {"intent": "take_photo", "confidence": 0.98}