Build an app that records voice memos, transcribes them, and uses an LLM to generate concise summaries with key action items. Organize memos by date with search and tagging functionality.
0 likes0 forks0 comments
llmsummarizationwhispervoice-memo
Objectives
Record voice memos with start, stop, and pause controls
Transcribe recordings using a speech-to-text API
Generate summaries and extract action items with an LLM
Organize memos in a list view with date, tags, and search
Persist memos locally with playback and re-summarization support
Hints
Use MediaRecorder API for capturing audio from the microphone
Chain Whisper transcription output directly into an LLM prompt
Store memos in IndexedDB for local persistence with audio blobs