davabase/whisper_real_time
A real-time audio transcription demo using OpenAI's Whisper speech-to-text model.

Velocity · 7d
+2.3
★ / day
Trend
→steady
star history
This repository provides a demonstration of real-time speech-to-text transcription by continuously recording audio in a background thread and feeding it to OpenAI’s Whisper model for transcription. It uses ffmpeg for audio processing and requires the Whisper model to be installed. The application runs transcription on concatenated audio segments as they are recorded.