nodejs-whisper
nodejs-whisper copied to clipboard
LOAD MODEL ONCE AND USE MULTIPLE TIMES.
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?
With https://npmjs.com/whisper-models, you can!