Add Coffee Shop Voice Ordering System#103
Open
sazed-bot[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source URLs
Assessor score
Synopsis
Production-ready voice ordering template for a coffee/drinks cart: customers call a Twilio number, Deepgram Agent API (Flux STT + Gemini 2.5 Flash + Aura-2 TTS) handles natural drink ordering through a FastAPI WebSocket bridge, with Twilio SMS confirmations and a live staff dashboard. Menu and prompt are configurable via a single menu_config.json.
Reasoning
Clears all disqualifiers: it's a multi-component, multi-vendor template (Twilio + Deepgram + Gemini) with a named industry/use case (coffee shop drink ordering by phone), a forkable GitHub repo containing prompt/config/code, and clearly fillable schema fields. Self-published by Deepgram. Strong fit for the directory.
Claude raw output
{ "id": "deepgram-drinks-voice-ordering", "slug": "deepgram-drinks-voice-ordering", "tags": [ "voice-ordering", "restaurant-automation", "sms-notifications", "real-time-dashboard", "fastapi", "production-ready", "containerized" ], "title": "Coffee Shop Voice Ordering System", "config": { "tools": [ { "name": "add_to_cart", "description": "Adds items to the customer's order cart" }, { "name": "confirm_order", "description": "Confirms and finalizes the customer's order" }, { "name": "send_sms", "description": "Sends SMS notifications for order confirmation and pickup alerts" }, { "name": "order_status_update", "description": "Updates order status in real-time dashboard" } ], "features": [ "natural_conversation", "order_confirmation", "sms_notifications", "real_time_dashboard", "order_tracking" ], "language": "en", "llm_model": "gemini-2.5-flash", "stt_model": "flux-general-en", "tts_model": "aura-2-odysseus-en", "menu_config": "configurable via menu_config.json", "audio_pipeline": "u-law 8kHz to Linear16 48kHz conversion" }, "source": "github_discovery", "license": "Proprietary", "metrics": { "cost_display": null, "latency_p50_ms": null, "latency_p95_ms": null, "latency_display": null, "cost_per_minute_usd_max": null, "cost_per_minute_usd_min": null }, "demo_url": null, "industry": "restaurant", "pipeline": { "llm": "Gemini 2.5 Flash", "stt": "Deepgram Nova-3", "tts": "Deepgram Aura-2", "telephony": "Twilio Voice" }, "use_case": "order-taking", "framework": "Custom", "languages": [ "en-US" ], "created_at": "2025-05-12T00:00:00Z", "raw_prompt": "Hey! Welcome to Deepgram Drinks. What can I get started for you?", "updated_at": "2025-05-12T00:00:00Z", "contributor": { "github": "jeniya-tabassum" }, "description": "A production-ready voice ordering system for coffee shops that allows customers to call and place drink orders through natural conversation. Features real-time speech recognition, AI-powered conversation handling, SMS notifications for order confirmations and pickup alerts, and live order dashboards for staff and customers.", "prompt_file": null, "github_source_url": "https://github.com/deepgram/flux-twilio-voice-assistant" }Dedup decision
F6 dedup has not landed yet; no dedup decision available.
Reviewer notes
approve-to-pr running: