Remix.run Logo
ksh74 4 days ago

I have been working on building a site where you search by phrases which you have heard in some youtube shorts and are not able to remember which video was it, my project would give the users the videos in which the phrase has been said or mentioned

01HNNWZ0MV43FF 4 days ago | parent | next [-]

I could really use that for YouTube Poops

gniv 4 days ago | parent | prev [-]

Like youglish but for more videos?

ksh74 4 days ago | parent [-]

Yeah something like that. I am thinking of using audio to text converter using whisper apis, index the audio text in a vector DB and then perform string matching.