Ratul Ghosh Profile picture
Applied Scientist @amazon | Previously @SocieteGenerale | @UCIrvine Interested in cooking, photography, and traveling.
Mar 23, 2023 4 tweets 3 min read
I recently experimented with OpenAI's API using LangChain. The possibilities of what we can achieve with this technology are truly endless! In this thread, I'll share how I used LangChain to build an app that generates responses to questions based on YouTube video content. Image First, I extracted the transcript from the videos. For longer videos, I split the document with enough overlap(to ensure continuity), sent the smaller parts to the LLM, got the summary for each part, and combined them for the final result. #OpenAI #LangChain #AI #NLP