Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
11–20 of 45 posts
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#12Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#13Out of curiosity, how does it compare to YouTube’s own generated transcripts?
English is my second language, and I mumble.
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#14You might want to look into diarization also http://gladia.io/ seem to be doing it well. It makes a great difference to have transcripts with speaker annotation.
This is also why I decided to create https://www.betterwhisperapi.com/ . I believe most of the companies are charging pretty insane amounts for transcriptions...
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#15Out of curiosity, how does it compare to YouTube’s own generated transcripts?
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#16Didn't some well known AI researcher create a compact version of Whisper based on C++ which was posted here some time ago?
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#17Out of curiosity, how does it compare to YouTube’s own generated transcripts?
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#18I could've sworn I had seen a Google/YouTube announcement somewhere that there was going to be readable/searchable transcripts coming. Is it what's already been rolled out? The current YouTube transcripts seem almost useless to me; limited to a small part of the screen real estate, and seem only searchable using the full page search built into web browsers.
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#19You might want to look into diarization also http://gladia.io/ seem to be doing it well. It makes a great difference to have transcripts with speaker annotation.
Thanks, I haven’t seen an easy and reliable way to do this using open source stuff yet. Theoretically just separating out speakers seems like it wouldn’t be that hard; just compute a bunch of FFTs to arrive at a sort of frequency-based “voice fingerprint” for each speaker and then use something like XGboost to match up the audio for each second to one of the speakers. The problem is then what do you with that informa…
Re: Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper
#20Hoping this can help me cut down the time I need to use on watching YT videos for uni. Outputting 20-30 mins into a .txt and feeding it to ChatGPT for summarizing. Thanks!
I can confirm for some types of lectures this is a wholly legitimate approach.