add coming soon
This commit is contained in:
parent
2d2a4967e6
commit
3c7bc6f472
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
This project is based on [Whisper Streaming](https://github.com/ufal/whisper_streaming) and lets you transcribe audio directly from your browser. Simply launch the local server and grant microphone access. Everything runs locally on your machine ✨
|
This project is based on [Whisper Streaming](https://github.com/ufal/whisper_streaming) and lets you transcribe audio directly from your browser. Simply launch the local server and grant microphone access. Everything runs locally on your machine ✨
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="src/web/demo.png" alt="Demo Screenshot" width="600">
|
<img src="web/demo.png" alt="Demo Screenshot" width="600">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### Differences from [Whisper Streaming](https://github.com/ufal/whisper_streaming)
|
### Differences from [Whisper Streaming](https://github.com/ufal/whisper_streaming)
|
||||||
|
|
@ -23,6 +23,11 @@ This project is based on [Whisper Streaming](https://github.com/ufal/whisper_str
|
||||||
#### 🎙️ **Advanced Features**
|
#### 🎙️ **Advanced Features**
|
||||||
- **Real-Time Diarization** – Identify different speakers in real time using [Diart](https://github.com/juanmc2005/diart).
|
- **Real-Time Diarization** – Identify different speakers in real time using [Diart](https://github.com/juanmc2005/diart).
|
||||||
|
|
||||||
|
#### 🚀 **Coming Soon**
|
||||||
|
|
||||||
|
- **Faster Word Validation** – Accelerate real-time transcription by validating high-confidence words immediately upon first appearance for whisper backends that returns words & segment probabilities
|
||||||
|
- **Enhanced Diarization Performance** – Optimize speaker identification by implementing longer steps for Diart processing and leveraging language-specific segmentation patterns to improve speaker boundary detection
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue