yt-whisper icon indicating copy to clipboard operation
yt-whisper copied to clipboard

How do I proceed next to get the text? [I am a noob]

Open HardikJain02 opened this issue 2 years ago • 3 comments

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"])

HardikJain02 avatar Dec 17 '22 20:12 HardikJain02

@m1guelpf

HardikJain02 avatar Dec 18 '22 08:12 HardikJain02

i think simply you can change your local video name with your youtube url

afrizal0 avatar Dec 19 '22 13:12 afrizal0

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.

HardikJain02 avatar Dec 19 '22 13:12 HardikJain02