We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the following is the code for whisper (it is for local video), what will be the code for yt-whisper for a youtube video?
import whisper model = whisper.load_model("base") result = model.transcribe("localaudio.mp3") print(result["text"])
The text was updated successfully, but these errors were encountered:
@m1guelpf
Sorry, something went wrong.
i think simply you can change your local video name with your youtube url
hey, that won't work. that doesn't make sense because I'm using yt_whisper for directly transcribing through the youtube URL, not the local video.
No branches or pull requests
If the following is the code for whisper (it is for local video), what will be the code for yt-whisper for a youtube video?
import whisper
model = whisper.load_model("base")
result = model.transcribe("localaudio.mp3")
print(result["text"])
The text was updated successfully, but these errors were encountered: