Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
# Whisper Streaming with
|
2 |
|
3 |
-
|
4 |
|
5 |
## What's New?
|
6 |
-
|
7 |
β
**FastAPI Server with WebSocket Endpoint** β Enables real-time STT in browsers with async FFmpeg processing.
|
8 |
β
**Buffering Preview** β Displays unvalidated buffer content for better streaming feedback.
|
9 |
β
**Multiple Users Support** β The backend handles multiple users simultaneously without conflicts.
|
10 |
-
β
**HTML - JavaScript Client Implementation** β A plug-and-play MediaRecorder setup for seamless client integration
|
11 |
β
**MLX Whisper Backend** β Optimized Apple Silicon support for faster local processing.
|
12 |
β
**Enhanced sentence segmentation** β Improves buffer trimming and sentence boundaries in certain languages
|
13 |
β
**Diarization (Beta)** β Real-time speaker labeling using [Diart](https://github.com/juanmc2005/diart).
|
|
|
1 |
+
# Whisper Streaming Web: Real-time Speech-to-Text with Web UI & FastAPI WebSocket
|
2 |
|
3 |
+
This fork of [Whisper Streaming](https://github.com/ufal/whisper_streaming) adds a ready-to-use HTML interface, making it super easy to start transcribing audio directly from your browser. Just launch the local server, allow microphone access, and start streaming. Everything runs locally on your machine ποΈβ¨
|
4 |
|
5 |
## What's New?
|
6 |
+
β
**Built-in Web UI** β Just open your browser and start transcribing, no need to build a frontend.
|
7 |
β
**FastAPI Server with WebSocket Endpoint** β Enables real-time STT in browsers with async FFmpeg processing.
|
8 |
β
**Buffering Preview** β Displays unvalidated buffer content for better streaming feedback.
|
9 |
β
**Multiple Users Support** β The backend handles multiple users simultaneously without conflicts.
|
10 |
+
β
**HTML - JavaScript Client Implementation** β A plug-and-play MediaRecorder setup for seamless client integration
|
11 |
β
**MLX Whisper Backend** β Optimized Apple Silicon support for faster local processing.
|
12 |
β
**Enhanced sentence segmentation** β Improves buffer trimming and sentence boundaries in certain languages
|
13 |
β
**Diarization (Beta)** β Real-time speaker labeling using [Diart](https://github.com/juanmc2005/diart).
|