whisper.cpp/examples/stream.wasm
Georgi Gerganov cb70b07db5
livestream.sh : simple tool to transcribe audio livestreams (#185)
2022-11-26 10:05:37 +02:00
..
CMakeLists.txt stream.wasm : add web-based real-time transcription (#112) 2022-11-25 23:57:46 +02:00
README.md stream.wasm : add web-based real-time transcription (#112) 2022-11-25 23:57:46 +02:00
emscripten.cpp livestream.sh : simple tool to transcribe audio livestreams (#185) 2022-11-26 10:05:37 +02:00
index-tmpl.html stream.wasm : add web-based real-time transcription (#112) 2022-11-25 23:57:46 +02:00

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/