This application loads a transcript from Youtube, feeds it into OpenAI via Langchain, and then allows the user to have a question and answer session with the participants in the video.
- Transcript Loading: Load your desired Youtube video transcript.
- OpenAI Integration: The loaded transcript is fed into OpenAI via Langchain.
- Interactive Q&A Session: Engage in a question and answer session with the virtual participants from the video.
- Install the necessary packages:
npm install
- Run the application:
npm run start