Best of Deepgram2025

  1. 1
    Article
    Avatar of deepgramDeepgram·1y

    Introducing Nova-3 Medical: The Future of AI-Powered Medical Transcription

    Nova-3 Medical, the latest from Deepgram, offers best-in-class medical speech-to-text capabilities. The model provides unmatched accuracy in healthcare settings, capturing vital details like medication names and diagnostic terms while filtering out irrelevant noise. It is HIPAA-compliant and supports flexible customization with Keyterm Prompting. Nova-3 Medical outperforms its competitors significantly in terms of Word Error Rate (WER) and Keyterm Error Rate (KER). It integrates seamlessly with existing healthcare infrastructures and is optimized for performance and scale.

  2. 2
    Article
    Avatar of deepgramDeepgram·45w

    Announcing Deepgram Saga: The Voice OS for Developers

    Deepgram launches Saga, a Voice OS that allows developers to control their entire development workflow through natural speech commands. Saga integrates with existing tools like Cursor, MCP, and Slack, enabling developers to execute tasks across their tech stack without context switching. The platform can transform rough ideas into precise prompts, generate code from plain speech, manage end-to-end workflows, and structure thoughts into documentation. Unlike traditional voice assistants, Saga embeds directly into developer workflows rather than operating as a separate interface.

  3. 3
    Article
    Avatar of deepgramDeepgram·45w

    How to Build a Speech-to-Text (STT) Note Taking App in Python

    A comprehensive guide to building a speech-to-text note-taking application using Python, Deepgram's API, and LLMs. The tutorial covers audio recording with pyaudio, transcription with speaker diarization and timestamps, and intelligent post-processing using structured outputs from Google's Gemini API to generate summaries, chapters, and action items. Includes complete code examples and discusses extensions like UI integration and Obsidian packaging.