From a656ccae721ececa3084787a4088fb93605fd398 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa <38427957+QuentinFuxa@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:37:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21bd2d2..f68557a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Whisper Streaming Web: Real-time Speech-to-Text with FastAPI WebSocket +# Real-time, fully local Speech-to-Text and speaker diarization using FastAPI WebSockets with a web interface This project is based on [Whisper Streaming](https://github.com/ufal/whisper_streaming) and lets you transcribe audio directly from your browser. Simply launch the local server and grant microphone access. Everything runs locally on your machine ✨