Back to Projects
Sumrize — AI Meeting Summarizer
Web application to upload or record meeting audio for automatic transcription, summarization, sentiment analysis, and action point extraction using Whisper + Claude.




Sumrize is a web application that allows users to upload or record meeting audio directly from the browser, processing it into highly actionable insights instantly.
Core Features
- Direct audio upload & recording directly from the browser
- Extensive format support:
.mp3,.mp4,.wav,.m4a,.webm(max 25MB) - High fidelity transcription powered by the OpenAI Whisper API
- Smart analysis engine (summary generation, sentiment analysis, action items extraction) using Anthropic’s Claude 3.5 Sonnet
- Clean export capabilities directly to the clipboard or via generated PDF reports
Tech Stack
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS + shadcn/ui
- Transcription: OpenAI Whisper API
- AI Analysis: Anthropic Claude API
- PDF Generation: html2canvas + jsPDF