I've made a JS lib #2125
thurti
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a JavaScript library based on whisper.cpp. This started as part of another project but then I got sidetracked and had fun to make this a npm package with docs and all.
Repo: https://github.com/TranscribeJs/transcribe.js
Website: https://www.transcribejs.dev
My goal was to have something short like
await transcribe('myfile.mp4')
to get the full json output. I've made a custom wasm build (copied together from the examples) and a js class that handles the communication with the wasm module and the whole audio and file related stuff.Maybe someone will find this useful.
Beta Was this translation helpful? Give feedback.
All reactions