Comment on Show HN: Ermine.ai – Record and transcribe speech, 100% client-side (WASM)Comments−NiekvdMaas3yNice!Are you aware that whisper.cpp has a WASM-version as well? See https://github.com/ggerganov/whisper.cpp/tree/master/example... - demo at https://whisper.ggerganov.com/−vishnumenonOP3yYup! Love the whisper.cpp (and llama.cpp) projects, they're incredible -- I mostly ended up using transformers.js for this just because the JS interface is a bit more straightforward/well-documented and its the same underlying model
Comments
Nice!
Are you aware that whisper.cpp has a WASM-version as well? See https://github.com/ggerganov/whisper.cpp/tree/master/example... - demo at https://whisper.ggerganov.com/
Yup! Love the whisper.cpp (and llama.cpp) projects, they're incredible -- I mostly ended up using transformers.js for this just because the JS interface is a bit more straightforward/well-documented and its the same underlying model