Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

voiceflow/speech-to-text-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

Update Nov 25, 2025: This repository has been archived and will not accept further changes.

Realtime Transcription Demo

This application demonstrates real-time speech transcription using multiple services:

  • OpenAI gpt-4o-mini-transcribe
  • OpenAI gpt-4o-transcribe
  • Deepgram nova-3
  • Deepgram nova-2

Setup

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Create a .env file based on .env.example and add your API keys:
    OPENAI_API_KEY=your_openai_api_key_here
    DEEPGRAM_API_KEY=your_deepgram_api_key_here
    

Running the application

Use bun to run the backend server with typescript. Bun is required.

npm run start

References

OpenAI

Deepgram

About

realtime speech to text benchmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •