yt-whisper
yt-whisper copied to clipboard
How do I proceed next to get the text? [I am a noob]
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"])
@m1guelpf
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.