Here's my crack at a podcast transcription website: https://podscription.app I made this while unemployed and the skills I learned from making it helped me land my new job!
Any chance you'd be open to sharing source? Also, curious if you used any tuning on Whisper to get transcription more accurate?
Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
81–86 of 86 posts
It's not particularly pretty but the source can be found here: github.com/zachbellay/podscription
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#82I thought for Whisper ( https://github.com/openai/whisper ) you actually do not need GPU's and can use a CPU?
You can use CPU, it's but using GPU in my experience has been about a 20x speedup.
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#83Very cool, looking forward to testing the platform!
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#84Earlier quoted context omitted.
Wow, how'd you manage to get interviews split into different speakers?
(not the creator, but I've built something similar for personal use) This is a great library for determining which speaker is speaking during each time in an audio file (this is called speaker diarization); I imagine they used it or something like it. Works really well out of the box! https://github.com/pyannote/pyannote-audio
thanks!
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#85Happy to exchange notes with you on our learnings building https://podsearch.page
heads up.
the "How it Works" link is broken on home page of podsearch.page
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#86This is a game-changer for topic research. Thank you! I also agree that this will be a valuable resource for potential business sponsors and worth the money. One note, I like that it shows you the exact location of the text with the term you are searching for. Is there a way to see the entire transcript or listen to the entire show on your site?