]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
talk.wasm : GPT-2 meets Whisper in WebAssembly (#155)
authorGeorgi Gerganov <redacted>
Mon, 21 Nov 2022 20:20:42 +0000 (22:20 +0200)
committerGitHub <redacted>
Mon, 21 Nov 2022 20:20:42 +0000 (22:20 +0200)
commita4dfbeecf98a2ee9605784dbfc902ccf2c938f6d
tree5d060c629bf2632d985dcd34ec5aa7b05fd009b9
parent2e311a29171a3d051d30e37a72a524f8d9ef68c0
talk.wasm : GPT-2 meets Whisper in WebAssembly (#155)

* talk : initial real-time transcription in the browser

* talk : polishing the UI

* talk : ready for beta testing

* talk.wasm : rename example
bindings/javascript/CMakeLists.txt
bindings/javascript/whisper.js
examples/CMakeLists.txt
examples/talk.wasm/CMakeLists.txt [new file with mode: 0644]
examples/talk.wasm/README.md [new file with mode: 0644]
examples/talk.wasm/emscripten.cpp [new file with mode: 0644]
examples/talk.wasm/index-tmpl.html [new file with mode: 0644]
whisper.cpp