pip install openai-whisper
.
View source on GitHub
UDFs
transcribe()
udf
Transcribe an audio file using Whisper.
This UDF runs a transcription model locally using the Whisper library, equivalent to the Whisper transcribe
function, as described in the Whisper library documentation.
Requirements:
pip install openai-whisper
audio
(Audio): The audio file to transcribe.model
(String): The name of the model to use for transcription.
- Json: A dictionary containing the transcription and various other metadata.
base.en
to an existing Pixeltable column tbl.audio
of the table tbl
: