python wisper example

PHOTO EMBED

Sat Oct 29 2022 14:16:57 GMT+0000 (Coordinated Universal Time)

Saved by @janduplessis883 ##wisper

import whisper

model = whisper.load_model("base")
result = model.transcribe("audio.mp3")
print(result["text"])
content_copyCOPY

https://github.com/openai/whisper