From fd7c5965b30c3d65db3773ffa2a4e0e26495bfa9 Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Fri, 16 Feb 2024 13:28:02 +0530 Subject: [PATCH] add whisper live demo video --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4712df..707e162 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -# whisper-live -A nearly-live implementation of OpenAI's Whisper. +# WhisperLive -This project is a real-time transcription application that uses the OpenAI Whisper model to convert speech input into text output. It can be used to transcribe both live audio input from microphone and pre-recorded audio files. +

+ WhisperLive +

A nearly-live implementation of OpenAI's Whisper. +

+

-Unlike traditional speech recognition systems that rely on continuous audio streaming, we use [voice activity detection (VAD)](https://github.com/snakers4/silero-vad) to detect the presence of speech and only send the audio data to whisper when speech is detected. This helps to reduce the amount of data sent to the whisper model and improves the accuracy of the transcription output. +This project is a real-time transcription application that uses the OpenAI Whisper model +to convert speech input into text output. It can be used to transcribe both live audio +input from microphone and pre-recorded audio files. ## Installation - Install PyAudio and ffmpeg