Skip to content

Add Coffee Shop Voice Ordering System#103

Open
sazed-bot[bot] wants to merge 1 commit into
mainfrom
recipe/coffee-shop-voice-ordering-system-20260525
Open

Add Coffee Shop Voice Ordering System#103
sazed-bot[bot] wants to merge 1 commit into
mainfrom
recipe/coffee-shop-voice-ordering-system-20260525

Conversation

@sazed-bot

@sazed-bot sazed-bot Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

Source URLs

Assessor score

  • Score: 5
  • Version: assessor_llm_v2

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:

@sazed-bot sazed-bot Bot added manual Added by speechstack-pipeline. recipe Added by speechstack-pipeline. score-5 Added by speechstack-pipeline. labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

manual Added by speechstack-pipeline. recipe Added by speechstack-pipeline. score-5 Added by speechstack-pipeline.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants