This gist contains a Python script that generates a transcript or summary of a YouTube video. It fetches video information, transcribes the audio using the Whisper ASR model, and generates a summary using the OpenAI language model.
- Fetch YouTube video information (title, description, channel title, etc.)
- Transcribe video audio
- Generate a summary of the video transcript
- Save output as a markdown file