Loading...
A full-stack AI video intelligence platform that accepts uploads or YouTube links and turns content into executive-ready summaries, key insights, and editable transcripts.
AI Video Summarizer is a production-ready AI web application that processes local videos and YouTube videos through a real-time pipeline. It validates input, extracts audio, generates speech-to-text transcripts with Groq Whisper, and produces structured summaries using Groq LLaMA for both short and detailed reporting modes.
Real-time SSE processing pipeline
Editable transcript workflow
Short summary and detailed summary modes
Offline caching with IndexedDB
Browser-based export and cleanup flow
Implemented a real-time Server-Sent Events workflow to keep users informed while audio extraction, transcription, and summarization run asynchronously.
Added upload validation, FFmpeg-based processing, temporary file cleanup, and browser-side IndexedDB retention for cached history.