Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions recipes/real-time-meeting-transcription-and-notes-generator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "real-time-meeting-transcription-and-notes-generator",
"slug": "real-time-meeting-transcription-and-notes-generator",
"title": "Real-Time Meeting Transcription and Notes Generator",
"description": "A listen-only meeting agent that joins video calls, transcribes speech in real time using streaming STT, and generates structured meeting notes including summary, key points, decisions, and action items at the end of each session.",
"framework": "LiveKit Agents",
"use_case": "transcription-and-summary",
"industry": "other",
"languages": [
"en-US"
],
"pipeline": {
"stt": "AssemblyAI Universal-2",
"llm": "Cerebras Llama 3.3 70B",
"tts": "Cartesia Sonic Turbo",
"telephony": "Web Only"
},
"metrics": {
"latency_p50_ms": null,
"latency_p95_ms": null,
"latency_display": null,
"cost_per_minute_usd_min": null,
"cost_per_minute_usd_max": null,
"cost_display": null
},
"raw_prompt": null,
"prompt_file": null,
"config": {
"no_tts": true,
"description": "Listen-only agent that never speaks, only transcribes",
"passive_mode": true,
"keyterms_prompt": "Meeting vocabulary",
"max_turn_silence": 2000,
"min_turn_silence": 560
},
"github_source_url": "https://github.com/sampleapp-ai/assemblyai-meeting-notes-livekit",
"demo_url": null,
"tags": [
"meeting-notes",
"transcription",
"listen-only",
"assemblyai",
"cerebras"
],
"contributor": {
"github": "seanflyyy"
},
"source": "github_discovery",
"created_at": "2025-05-15T10:30:00-07:00",
"updated_at": "2025-05-15T10:30:00-07:00",
"license": "Proprietary"
}
Loading