Lex Fridman Podcast search engine
lexpodsearch.com
Lex Fridman Podcast search engine
1–9 of 9 posts
Re: Lex Fridman Podcast search engine
#2As a side project, I created a search engine for the Lex Fridman podcast. It uses https://huggingface.co/sentence-transformers/all-MiniLM-L6-v... to encode the YouTube auto-generated captions. Feedback is greatly appreciated!
Re: Lex Fridman Podcast search engine
#3Roger Penrose is missing from it?
Re: Lex Fridman Podcast search engine
#4Roger Penrose is missing from it?
For some videos, embedding on third-party sites has been disabled. Previously filtered, but revised now. Thanks!
Re: Lex Fridman Podcast search engine
#5This is awesome! Do you plan on open sourcing the code by any chance?
Re: Lex Fridman Podcast search engine
#6This is awesome! Do you plan on open sourcing the code by any chance?
Sure! https://github.com/joepatmckenna/podsearch. Thanks!
Re: Lex Fridman Podcast search engine
#7Re: Lex Fridman Podcast search engine
#8'rossum' doesn't return any results?
Re: Lex Fridman Podcast search engine
#9'rossum' doesn't return any results?
I was only matching queries against parts of the YouTube auto-generated captions. In theory, this should work for queries that are guests' names because Lex states the guest name in the beginning of the episode. But, in practice it doesn't because of transcription errors and how results are aggregated/sorted/filtered. Now, I'm matching queries against text that accompanies each episode as well as the transcripts and separating results into "Episodes" and "Clips" sections. This seems to enable querying by guest. Thanks for the feedback!