You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whisper.cpp/bindings/javascript
Georgi Gerganov fd9c9e9f8d
npm : package infra ready
3 years ago
..
.gitignore wip : initial WASM port 3 years ago
CMakeLists.txt npm : package infra ready 3 years ago
README.md npm : package infra ready 3 years ago
emscripten.cpp whisper.wasm : do not block page while processing (close #86) 3 years ago
libwhisper.worker.js npm : package infra ready 3 years ago
package-tmpl.json npm : package infra ready 3 years ago
package.json npm : package infra ready 3 years ago
whisper.js npm : package infra ready 3 years ago

README.md

whisper.js

Whisper speech recognition

Example Usage

var factory = require('whisper')

factory().then(function(whisper) {
    // TODO
});