Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
11–20 of 86 posts
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#12Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#13I was thinking of adding something like this for the UI https://github.com/johan-akerman/SpotifyTranscripts in case you find it useful.
Good luck! It is a really nice project.
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#14Earlier quoted context omitted.
Thanks! The search function is built with Algolia, I'm sure they support boolean ops like "AND" but I'll need to dig into their API. I think if you search both terms, transcripts containing both should be ranked higher.
I’m doing a similar personal product. Highly recommend switching to Typesense before your Algolia trial is up. I’ve heard good things about Meilisearch but Typesense has been rock solid for me.
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#15Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#16Haha I built this for fun a few months ago to full text search my own favorite podcasts. What are you guys using to do full text search / indexing?
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#17What software do you use to transcribe the speech? Whisper?
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#18Earlier quoted context omitted.
Thanks! The search function is built with Algolia, I'm sure they support boolean ops like "AND" but I'll need to dig into their API. I think if you search both terms, transcripts containing both should be ranked higher.
You might want to try semantic search instead of fiddling with keywords. Disclaimer: I'm building a plug-and-play semantic search API at https://kailualabs.com
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#19Nice work! It would be great if after clicking on the text within the podcast that matches my term, I was brought to that section of the transcript rather than to the beginning.
Re: Show HN: PodText.ai – Search anything said on a podcast, highlight text to play
#20Super interesting - I did a search on a common business name like "Dropbox" and its clear some ads show up. Wonder if there is any way to parse these out so they don't show in the results?