Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Dec 12, 2022
1 parent 9e3e6f2 commit d8a0dde
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bindings/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ Package: https://www.npmjs.com/package/whisper.cpp

The performance is comparable to when running `whisper.cpp` in the browser via WASM.

The API is currently very rudimentary:
The API is currently very rudimentary: [bindings/javascript/emscripten.cpp](/bindings/javascript/emscripten.cpp)

https://github.com/ggerganov/whisper.cpp/blob/npm/bindings/javascript/emscripten.cpp

I am hoping that there will be interest in contributions and making it better based on what is needed in practice.
For sample usage check [tests/test-whisper.js](https://github.com/ggerganov/whisper.cpp/blob/npm/tests/test-whisper.js)
For sample usage check [tests/test-whisper.js](/tests/test-whisper.js)

## Package building + test

Expand Down

0 comments on commit d8a0dde

Please sign in to comment.