Created
April 13, 2021 17:52
-
-
Save davidmezzetti/911b95158a00602f66444801912c038c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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