Skip to content

Instantly share code, notes, and snippets.

@darinkist
Last active September 16, 2023 15:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darinkist/71f27e248938d3f4b511acbfba5f0372 to your computer and use it in GitHub Desktop.
Save darinkist/71f27e248938d3f4b511acbfba5f0372 to your computer and use it in GitHub Desktop.
import whisper
model = whisper.load_model("base")
result = model.transcribe("opto_sessions_ep_69_excerpt.wav")
print(result["text"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment