
--- README.md
+++ README.md
... | ... | @@ -1,3 +1,13 @@ |
1 |
+# server |
|
2 |
+```python whisper_fastapi_online_server.py --host 192.168.0.93 --port 54127 --model 'large-v3-turbo' --lan ko --vad``` |
|
3 |
+ |
|
4 |
+[http://takensofttesting.iptime.org:54127/] |
|
5 |
+ |
|
6 |
+html file(s) are located at `./src` |
|
7 |
+ |
|
8 |
+* TODO |
|
9 |
+SSL certificate |
|
10 |
+ |
|
1 | 11 |
# Whisper Streaming with FastAPI and WebSocket Integration |
2 | 12 |
|
3 | 13 |
This project extends the [Whisper Streaming](https://github.com/ufal/whisper_streaming) implementation by incorporating few extras. The enhancements include: |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?