Skip to content

Instantly share code, notes, and snippets.

@astoeckl
Created October 9, 2022 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astoeckl/e4c0ffdbceed08e02d95ea8655b4ba35 to your computer and use it in GitHub Desktop.
Save astoeckl/e4c0ffdbceed08e02d95ea8655b4ba35 to your computer and use it in GitHub Desktop.
import whisper
model = whisper.load_model("base")
result = model.transcribe("bbc.mp4")
print(result["text"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment