Create an audio AI chatbot
Transcribing audio so that you can perform Q&A with chatGPT. For this tutorial we'll be using Node, React, openAI, and Langchain, and fetching podcast MP3s from the open podcast index.
As of this writing, openAI has just announced a limited rollout to chatGPTPlus members of a version of the service that you can talk to and hear answers spoken back. Just prior to this I'd developed a prototype with the same functionality, using google cloud speech-to-text / text-to-speech, node record, and the openAI API.
In this video tutorial series, I'll show you how to build this for your own use case.
You can get the finalized code here.