ggerganov commited on
Commit
11308f6
·
unverified ·
1 Parent(s): af0c050

Update README.md

Browse files
Files changed (1) hide show
  1. bindings/javascript/README.md +2 -5
bindings/javascript/README.md CHANGED
@@ -8,12 +8,9 @@ Package: https://www.npmjs.com/package/whisper.cpp
8
 
9
  The performance is comparable to when running `whisper.cpp` in the browser via WASM.
10
 
11
- The API is currently very rudimentary:
12
 
13
- https://github.com/ggerganov/whisper.cpp/blob/npm/bindings/javascript/emscripten.cpp
14
-
15
- I am hoping that there will be interest in contributions and making it better based on what is needed in practice.
16
- For sample usage check [tests/test-whisper.js](https://github.com/ggerganov/whisper.cpp/blob/npm/tests/test-whisper.js)
17
 
18
  ## Package building + test
19
 
 
8
 
9
  The performance is comparable to when running `whisper.cpp` in the browser via WASM.
10
 
11
+ The API is currently very rudimentary: [bindings/javascript/emscripten.cpp](/bindings/javascript/emscripten.cpp)
12
 
13
+ For sample usage check [tests/test-whisper.js](/tests/test-whisper.js)
 
 
 
14
 
15
  ## Package building + test
16