Skip to content

Instantly share code, notes, and snippets.

@davidmezzetti
Created April 13, 2021 17:52
Show Gist options
  • Save davidmezzetti/911b95158a00602f66444801912c038c to your computer and use it in GitHub Desktop.
Save davidmezzetti/911b95158a00602f66444801912c038c to your computer and use it in GitHub Desktop.
from txtai.pipeline import Transcription
# Create transcription model
transcribe = Transcription("facebook/wav2vec2-large-960h")
transcribe("Make_huge_profits.wav")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment