Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 613 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 613 Bytes

warmseat

Overview

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.

Features

  1. Transcript Loading: Load your desired Youtube video transcript.
  2. OpenAI Integration: The loaded transcript is fed into OpenAI via Langchain.
  3. Interactive Q&A Session: Engage in a question and answer session with the virtual participants from the video.

Usage

  1. Install the necessary packages:
npm install
  1. Run the application:
npm run start