1.3.2 • Published 2 years ago
whisper-tnode v1.3.2
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-tnodeyarn add -D whisper-tnodepnpm add -D whisper-tnodeHow to download model
By default without model flag, this will take base model whisper
pnpm whisper-tnode downloadflags
--almuteor-afor silent all log when be downloading and compiling the whisper model cpp--modelor-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 |