Update README.md
Browse files
README.md
CHANGED
@@ -2,15 +2,26 @@
|
|
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 |
-
|
6 |
-
|
7 |
-
|
8 |
-
β
**
|
9 |
-
β
**
|
10 |
-
β
**
|
11 |
-
|
12 |
-
|
13 |
-
β
**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
<p align="center">
|
16 |
<img src="src/web/demo.png" alt="Demo Screenshot" width="600">
|
|
|
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 |
+
|
7 |
+
#### π **Web & API**
|
8 |
+
β
**Built-in Web UI** β No frontend setup needed, just open your browser and start transcribing.
|
9 |
+
β
**FastAPI WebSocket Server** β Real-time STT processing with async FFmpeg streaming.
|
10 |
+
β
**JavaScript Client** β A ready-to-use MediaRecorder implementation that can be copied on your client side.
|
11 |
+
|
12 |
+
#### βοΈ **Core Improvements**
|
13 |
+
β
**Buffering Preview** β Displays unvalidated transcription segments for better feedback.
|
14 |
+
β
**Multi-User Support** β Handle multiple users simultaneously without conflicts.
|
15 |
+
β
**MLX Whisper Backend** β Optimized for Apple Silicon for faster local processing.
|
16 |
+
β
**Enhanced Sentence Segmentation** β Better buffer trimming for better accuracy across languages.
|
17 |
+
β
**Extended Logging** β More detailed logs to improve debugging and monitoring.
|
18 |
+
|
19 |
+
#### π₯ **Advanced Features**
|
20 |
+
β
**Real-Time Diarization (Beta)** β Assigns speaker labels dynamically using [Diart](https://github.com/juanmc2005/diart).
|
21 |
+
|
22 |
+
|
23 |
+
### Web UI
|
24 |
+
|
25 |
|
26 |
<p align="center">
|
27 |
<img src="src/web/demo.png" alt="Demo Screenshot" width="600">
|