Commit Graph

62 Commits

Author SHA1 Message Date
be16dfa038 whisper.wasm : do not block page while processing (close #86) 2022-11-25 23:07:42 +02:00
b8ce25dec1 refactoring : more readable code 2022-11-25 19:28:04 +02:00
abce28ea99 talk.wasm : move to https://whisper.ggerganov.com/talk
This way, we can share the same models across different WASM examples
and not have to download them for each page
2022-11-24 18:24:06 +02:00
be3b720f96 talk.wasm : refactoring + update README.md 2022-11-24 00:08:57 +02:00
9aea96f774 talk.wasm : polishing + adding many AI personalities 2022-11-22 20:10:20 +02:00
a4dfbeecf9 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
2022-11-21 22:20:42 +02:00
b21213c23e js : update whipser.js to latest 2022-11-09 19:33:10 +02:00
69bdb6624a minor : update whisper.js 2022-10-29 21:28:21 +03:00
12fb303d9d whisper.wasm : update system info print 2022-10-29 20:32:41 +03:00
491ecd7056 wip : polishing WASM example 2022-10-22 18:54:01 +03:00
db460b78ff wip : WASM 128-bit SIMD support 2022-10-22 18:54:01 +03:00
e905c6f827 wip : initial WASM port
Works but it is very slow because no SIMD is used.
For example, jfk.wav is processed in ~23 seconds using "tiny.en" model
2022-10-22 18:54:01 +03:00