Jon Chun

Results 3 comments of Jon Chun

## Working on this for another project right now: Here is some code for this functionality References: * Modified code from: https://www.geeksforgeeks.org/python-downloading-captions-from-youtube/ ``` # importing modules from youtube_transcript_api import YouTubeTranscriptApi...

## You'll also need to get all YouTube Video IDs if you want to scrape a particular YT User's Channel References: * https://stackoverflow.com/questions/73827182/youtube-api-get-all-videos-of-channel-with-more-than-500-videos * https://developers.google.com/youtube/v3/getting-started * https://www.youtube.com/channel/UCvShfJtvC2owV0AFi_qyy ``` import pandas...

I am comparing OpenAI Whisper transcription vs YouTube-generated transcription currently. Research suggests that OpenAI Whisper is better but this is largely heresay. Google is constantly upgrading the transcription models I...