Skip to main content
HomeCode-alongsArtificial Intelligence (AI)

Building Multimodal AI Applications with LangChain & the OpenAI API

Combine the power of text and audio AI models to build a bot that answers questions about YouTube videos.
Oct 2023
Code along with us onCode Along

Generative AI makes it easy to move beyond simply working with text: other media like audio and images can now be easily analyzed or generated. In this code-along, you'll learn how to transcribe YouTube video content with the Whisper speech-to-text AI and then use GPT to ask questions about the content.

Topics