Skip to content
/ yays Public

Simple CLI app to transcribe YouTube videos using Groq's Distill-Whisper and summarize them using Anthropic's Claude 3.5 Sonnet

Notifications You must be signed in to change notification settings

frixaco/yays

Repository files navigation

Yet Another YouTube Summarizer

A simple CLI app to transcribe YouTube videos using Groq's Distill-Whisper and summarize them using Anthropic's Claude 3.5 Sonnet

Requirements

Usage

bun install
bun start -- "<youtube video url>"

Generates two types of files for each processed video:

  1. <video_title>.md: Contains the full transcription of the video.
  2. summary_<video_title>.md: Provides a summary of the transcribed video content.

Example

Example output files included:

  1. YouTube shorts, Dr. K and Mizkif

TODO

  • Play around with different prompt and see which I like better, which are cheaper, etc.
  • Try different models for transcription and summarization

About

Simple CLI app to transcribe YouTube videos using Groq's Distill-Whisper and summarize them using Anthropic's Claude 3.5 Sonnet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published