djpapzin/yt-video-summarizer
Automated pipeline to summarize YouTube videos using Whisper for transcription and LangChain for extractive summarization. Enables robust audio to text transcription of videos with Whisper, and producing concise summaries with techniques like stuff, map-reduce, and refine in LangChain. Modular design allows customization for specific needs.
Python