Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
Browse files
README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
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**:
|
6 |
|
7 |
-
2. **Buffering
|
8 |
|
9 |
3. **Javascript Client implementation**: Functionnal and minimalist MediaRecorder implementation that can be copied on your client side.
|
10 |
|
|
|
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. **Efficient FastAPI Server with WebSocket Endpoint**: Real-time speech-to-text transcription for browsers, web apps, or React Native, with audio chunks processed via FFmpeg async streaming process to ensure minimal latency.
|
6 |
|
7 |
+
2. **Buffering preview**: Enhances streaming feedback by displaying the unvalidated buffer content, allowing users to see live processing updates.
|
8 |
|
9 |
3. **Javascript Client implementation**: Functionnal and minimalist MediaRecorder implementation that can be copied on your client side.
|
10 |
|