UNPKG

openai-whisper-js

Version:

openai-whisper-js is a Node.js wrapper for the OpenAI Whisper library, enabling seamless audio transcription using Whisper models. This package simplifies the process of interacting with Whisper by providing a JavaScript interface to execute transcription

3 lines (2 loc) 57 B
import whisper from './lib/whisper'; export { whisper };