Update README.md
Browse files
README.md
CHANGED
|
@@ -2,13 +2,15 @@
|
|
| 2 |
|
| 3 |
This project extends the [Whisper Streaming](https://github.com/ufal/whisper_streaming) implementation by incorporating few extras. The enhancements include:
|
| 4 |
|
| 5 |
-
1. **
|
| 6 |
|
| 7 |
-
2. **Buffering preview**: Enhances streaming feedback by displaying the unvalidated buffer content
|
| 8 |
|
| 9 |
-
3. **
|
| 10 |
|
| 11 |
-
4. **
|
|
|
|
|
|
|
| 12 |
|
| 13 |

|
| 14 |
|
|
|
|
| 2 |
|
| 3 |
This project extends the [Whisper Streaming](https://github.com/ufal/whisper_streaming) implementation by incorporating few extras. The enhancements include:
|
| 4 |
|
| 5 |
+
1. **FastAPI Server with WebSocket Endpoint**: Real-time STT in browsers. Audio chunks processed via FFmpeg async streaming process.
|
| 6 |
|
| 7 |
+
2. **Buffering preview**: Enhances streaming feedback by displaying the unvalidated buffer content.
|
| 8 |
|
| 9 |
+
3. **Multiple users**: The backend can support multiple users simultaneously without conflicts.
|
| 10 |
|
| 11 |
+
4. **Javascript Client implementation**: MediaRecorder implementation that can be copied on your client side.
|
| 12 |
+
|
| 13 |
+
5. **MLX Whisper backend**: Integrates the alternative backend option MLX Whisper, optimized for efficient speech recognition on Apple silicon.
|
| 14 |
|
| 15 |

|
| 16 |
|