]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
command.wasm : add voice assistant example for the Web (#171)
authorGeorgi Gerganov <redacted>
Sat, 26 Nov 2022 09:40:06 +0000 (11:40 +0200)
committerGeorgi Gerganov <redacted>
Sat, 26 Nov 2022 09:40:06 +0000 (11:40 +0200)
commit68ecadbbc9ff7a969545983f8fa3ca91d4f6e614
treed335d0aed87f01d4d0619c17f8db849794fa9042
parentc536ff40051502d5692cf3467d40add40a2ca45f
command.wasm : add voice assistant example for the Web (#171)

Same as the command-line tool "command", but runs in the browser

Also, added helper script "extra/deploy-wasm.sh" and fixed some timing
constants for the WASM examples.
12 files changed:
README.md
examples/CMakeLists.txt
examples/command.wasm/CMakeLists.txt [new file with mode: 0644]
examples/command.wasm/README.md [new file with mode: 0644]
examples/command.wasm/emscripten.cpp [new file with mode: 0644]
examples/command.wasm/index-tmpl.html [new file with mode: 0644]
examples/command/README.md
examples/command/command.cpp
examples/stream.wasm/index-tmpl.html
examples/talk.wasm/index-tmpl.html
examples/whisper.wasm/index-tmpl.html
extra/deploy-wasm.sh [new file with mode: 0755]