whisper-tnode
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

whisper-tnode

⚠ Warining: You will need have installed make command

Install make command

if you be on Windows, go here and follow steps for install and can use make command

if you are on Linux or Mac, you can use apt-get / apt (Linux) or brew (Mac)

getting started

Install

npm install -D whisper-tnode
yarn add -D whisper-tnode
pnpm add -D whisper-tnode

How to download model

By default without model flag, this will take base model whisper

pnpm whisper-tnode download

flags

  • --almute or -a for silent all log when be downloading and compiling the whisper model cpp

  • --model or -m

log:

| Model     | Disk   | RAM     |
|-----------|--------|---------|
| tiny      |  75 MB | ~390 MB |
| tiny.en   |  75 MB | ~390 MB |
| base      | 142 MB | ~500 MB |
| base.en   | 142 MB | ~500 MB |
| small     | 466 MB | ~1.0 GB |
| small.en  | 466 MB | ~1.0 GB |
| medium    | 1.5 GB | ~2.6 GB |
| medium.en | 1.5 GB | ~2.6 GB |
| large-v1  | 2.9 GB | ~4.7 GB |
| large     | 2.9 GB | ~4.7 GB |

/whisper-tnode/

    Package Sidebar

    Install

    npm i whisper-tnode

    Weekly Downloads

    146

    Version

    1.3.2

    License

    ISC

    Unpacked Size

    5.68 MB

    Total Files

    338

    Last publish

    Collaborators

    • juanestbandev