A simple CLI app to transcribe YouTube videos using Groq's Distill-Whisper and summarize them using Anthropic's Claude 3.5 Sonnet
bun install
bun start -- "<youtube video url>"
Generates two types of files for each processed video:
<video_title>.md
: Contains the full transcription of the video.summary_<video_title>.md
: Provides a summary of the transcribed video content.
Example output files included:
- YouTube shorts, Dr. K and Mizkif
- Play around with different prompt and see which I like better, which are cheaper, etc.
- Try different models for transcription and summarization