From e4c84346c9169c65b179260a3bbd2130ec69c075 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Thu, 20 Feb 2025 11:13:54 +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 31bd065..48fc891 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Whisper Streaming Web: Real-time Speech-to-Text with Web UI & FastAPI WebSocket -This fork of [Whisper Streaming](https://github.com/ufal/whisper_streaming) adds a ready-to-use HTML interface, making it easy to start transcribing audio directly from your browser. Launch the local server, allow microphone access, and start speaking. Everything runs locally on your machine 🎙️✨ +This project is based on [Whisper Streaming](https://github.com/ufal/whisper_streaming) and provides a ready-to-use HTML interface, allowing you to start transcribing audio directly from your browser. Launch the local server, grant microphone access, and start speaking. Everything runs locally on your machine ✨

Demo Screenshot