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/README.md

14 lines
155 B

# whisper.js
Whisper speech recognition
## Example Usage
```js
var factory = require('whisper')
factory().then(function(whisper) {
// TODO
});
```