qfuxa commited on
Commit
6c21863
Β·
1 Parent(s): 4e2c533

Update README.md

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