Open HardikJain02 opened 1 year ago
@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.
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"])