Back to Whisper Cpp

command : Voice assistant example using Whisper + WebAssembly

examples/command.wasm/index-tmpl.html

1.8.41.2 KB
Original Source

command : Voice assistant example using Whisper + WebAssembly

You can find more about this project on GitHub.

More examples: main | bench | stream | command | wchess |


Select the model you would like to use, click the "Start" button and follow the instructions.

Whisper model: tiny.en (75 MB)base.en (142 MB)

Quantized models:

tiny.en (Q5_1, 31 MB)base.en (Q5_1, 57 MB)

StartStopClear Cache

Status: not started

[The recognized voice commands will be displayed here]

Debug output:
Troubleshooting

The page does some heavy computations, so make sure:

  • To use a modern web browser (e.g. Chrome, Firefox)
  • To use a fast desktop or laptop computer (i.e. not a mobile phone)
  • Your browser supports WASM Fixed-width SIMD

| Build time: @GIT_DATE@ | Commit hash: @GIT_SHA1@ | Commit subject: @GIT_COMMIT_SUBJECT@ | Source Code |