You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whisper.cpp/examples/stream.wasm
Georgi Gerganov 8de452c18b
Improve decoding (#291)
1 year ago
..
CMakeLists.txt cmake : update to 3.19 (#351) 1 year ago
README.md stream.wasm : add web-based real-time transcription (#112) 1 year ago
emscripten.cpp Improve decoding (#291) 1 year ago
index-tmpl.html command.wasm : add voice assistant example for the Web (#171) 1 year ago

README.md

stream.wasm

Real-time transcription in the browser using WebAssembly

Online demo: https://whisper.ggerganov.com/stream/

Build instructions

# build using Emscripten (v3.1.2)
git clone https://github.com/ggerganov/whisper.cpp
cd whisper.cpp
mkdir build-em && cd build-em
emcmake cmake ..
make -j

# copy the produced page to your HTTP path
cp bin/stream.wasm/*       /path/to/html/
cp bin/libstream.worker.js /path/to/html/