--- title: PM Meeting Summarizer emoji: 🎙️ colorFrom: purple colorTo: blue sdk: gradio sdk_version: 5.25.0 app_file: app.py pinned: true --- ## What This Does Upload any user interview, stakeholder meeting, or standup recording and receive structured PM-ready output in under 60 seconds. ## Output - **Summary** — 3-5 sentence TLDR - **Action Items** — with owner and deadline (when mentioned) - **Key Decisions** — extracted decision log - **Sentiment** — overall meeting tone with confidence score ## Tech Stack | Layer | Model | |---|---| | Transcription | openai/whisper-small | | Summarization | mistralai/Mistral-7B-Instruct-v0.2 | | Sentiment | cardiffnlp/twitter-roberta-base-sentiment-latest | ## Use Cases Product Managers, UX Researchers, Interviewers, Agile teams