qfuxa commited on
Commit
bfbbded
·
1 Parent(s): c449242

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -12,7 +12,7 @@ This project extends the [Whisper Streaming](https://github.com/ufal/whisper_str
12
 
13
  5. **MLX Whisper backend**: Integrates the alternative backend option MLX Whisper, optimized for efficient speech recognition on Apple silicon.
14
 
15
- 6. **Diarization (beta)**: Adds speaker labeling in real-time alongside transcription using the [Diart](https://github.com/juanmc2005/diart) library. Each transcription segment is tagged with a speaker. Currently under active development.
16
 
17
  ![Demo Screenshot](src/web/demo.png)
18
 
@@ -69,7 +69,6 @@ This project reuses and extends code from the original Whisper Streaming reposit
69
 
70
  # If you want to use diarization
71
  diart
72
-
73
  ```
74
 
75
 
 
12
 
13
  5. **MLX Whisper backend**: Integrates the alternative backend option MLX Whisper, optimized for efficient speech recognition on Apple silicon.
14
 
15
+ 6. **Diarization (beta)**: Adds speaker labeling in real-time alongside transcription using the [Diart](https://github.com/juanmc2005/diart) library. Each transcription segment is tagged with a speaker.
16
 
17
  ![Demo Screenshot](src/web/demo.png)
18
 
 
69
 
70
  # If you want to use diarization
71
  diart
 
72
  ```
73
 
74