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.
+
+
+
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