ChetanXpro / nodejs-whisper

NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++ by ggerganov.
https://npmjs.com/nodejs-whisper
MIT License
94 stars 23 forks source link

LOAD MODEL ONCE AND USE MULTIPLE TIMES. #102

Open SivadhasSuresh opened 4 months ago

SivadhasSuresh commented 4 months ago

Is it possible to get a feature where we can init / load the model once and use the loaded model? Right now, every call reloads the model right?

zephyr-raven commented 3 months ago

With https://npmjs.com/whisper-models, you can!