Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Wake Word Trainer

A research-grade training suite for wake-word detection — the always-on keyword spotter that wakes "Hey Siri", "OK Google", or your own custom phrase. Train, evaluate, and ship lightweight on-device detectors that run anywhere from an ESP32 to a GPU server. Every component exports to ONNX; production inference requires only onnxruntime and numpy — no PyTorch at runtime.

What is a wake word?

A short phrase ("hey jarvis", "computer", "alexa") that a device listens for continuously. When detected, downstream STT/NLU runs. A useful detector must run on tiny hardware (sub-100 KB, <10 % CPU, no internet), tolerate noise and distance, almost never false-fire (< 1 FA / hour), and trigger reliably when spoken (> 90 % recall at that operating point). ww-trainer is the toolchain that builds such a detector from a single phrase — synthesise data, train, evaluate, export, deploy.

Who is this for?

You are… Start here
Hobbyist waking a Pi with your own phrase docs/getting_started/quickstart.md — ONNX in 5 minutes
Embedded engineer shipping to ESP32 / MCU docs/guides/embedded.md
Voice-assistant integrator (OVOS, Rhasspy, …) docs/guides/inference.md
ML researcher comparing architectures / losses docs/guides/search.md, docs/reference/losses.md, docs/research/rppl.md
New to ML entirely docs/quickstart-kaggle.md — step-by-step guide; runs free on Kaggle / Colab

Highlights

  • Single-string-to-ONNX quickstart — train_from_wakeword("hey jarvis", out) produces a deployable model.
  • 11 built-in featurizers (+ enrichment wrappers) × 15 classifier heads × 15 losses — a real research surface.
  • Genetic + Bayesian HP search with island-model parallelism, adaptive mutation, two-stage refinement.
  • Synthetic datagen — TTS + pure-ONNX voice conversion (voiceclonnx) to bootstrap a dataset from zero recordings.
  • Hard-negative mining and infinite training for industrial-scale negative pools.
  • ONNX-first: featurizer and head export cleanly; no CUDA-only kernels.
  • Hardware tiers from esp32_nano (sub-1 KB int8) to hubert_medium.

Honest trade-offs

  • CPU training works for small tiers; a mid-range GPU is the best UX for larger ones.
  • Synthetic data is great for smoke-testing — production still needs real far-field recordings.
  • ONNX-export is mandatory; non-traceable components (custom CUDA kernels, dynamic control flow) are out of scope. See docs/internals/known_issues.md.
  • SSL featurizers (HuBERT, Wav2Vec2-BERT) are used as pre-exported ONNX and held frozen during downstream training — guarantees train/inference parity but limits adaptation.

Install

# Published package (import name stays ww_trainer):
pip install --pre "wakeforge[datagen,torchcodec]"

For development, clone the repo and install it editable instead:

# Core library + tests
uv pip install -e ".[dev]"

# Quickstart / datagen needs TTS plugins + HF datasets + an audio codec:
uv pip install -e ".[dev,datagen,torchcodec]"

Optional extras (sweep, transformers, mlflow, datagen, vc, mic, viz, markov, ocsvm, torchcodec) — see docs/faq.md.

A default quickstart run needs ≈ 6–8 GB disk and ~5 GB download (or ~1.5 GB with --no-augmentation-data). Voice cloning via --vc-refs adds the per-engine ONNX weights downloaded on first use from the HuggingFace Hub (size varies by voiceclonnx engine). Full per-dataset budget: docs/getting_started/requirements.md.

60-second quickstart

ww_trainer-quickstart --wake-word "hey jarvis" --output-dir ./hey_jarvis

Or in Python:

from ww_trainer.quickstart import train_from_wakeword
result = train_from_wakeword("hey jarvis", "./hey_jarvis",
                             tier="small", epochs=50)
print(result.best_onnx_path, result.metrics)

Output: best_f1_featurizer.onnx + best_f1.onnx under ./hey_jarvis/model/. Load both with OnnxWakeWordInferencerdocs/guides/inference.md.

Documentation

Everything lives in docs/. Start with:

Contributing

Issues and pull requests welcome on the dev branch. Tests live in test/; run with uv run pytest.

Citation

@software{ww_trainer,
  title  = {ww-trainer: a research suite for on-device wake-word detection},
  author = {TigreGotico contributors},
  year   = {2026},
  url    = {https://github.com/TigreGotico/ww-trainer},
  note   = {Funded by NGI0 Commons Fund / NLnet, grant 101135429}
}

Credits

Developed by TigreGótico for OpenVoiceOS.

NGI0 Commons Fund

This project was funded through the NGI0 Commons Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101135429.


License

Apache 2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wakeforge-0.4.1a3.tar.gz (254.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wakeforge-0.4.1a3-py3-none-any.whl (207.9 kB view details)

Uploaded Python 3

File details

Details for the file wakeforge-0.4.1a3.tar.gz.

File metadata

  • Download URL: wakeforge-0.4.1a3.tar.gz
  • Upload date:
  • Size: 254.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wakeforge-0.4.1a3.tar.gz
Algorithm Hash digest
SHA256 b52957bdec61527e8e87c5640fa279f0d8c1e966e8c12981af45f4413a867523
MD5 2aafffceda67afb9b96a4921acf7ca2e
BLAKE2b-256 7e1f09242d7d6cb031651aec7d0e11eef63a8e63351f560c7e76be2206a95e56

See more details on using hashes here.

File details

Details for the file wakeforge-0.4.1a3-py3-none-any.whl.

File metadata

  • Download URL: wakeforge-0.4.1a3-py3-none-any.whl
  • Upload date:
  • Size: 207.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wakeforge-0.4.1a3-py3-none-any.whl
Algorithm Hash digest
SHA256 550d55f541e4dda2b0396237faac6a4eb223aa951d75ebb9ba4302e813fbb117
MD5 06c00353710a97b37ebe4f28b4c63feb
BLAKE2b-256 820d94abd60c0fa178d772f8c7ef089b1ed877865d076cb15af3d35549dbd86d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.1a3 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page