Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
6472666
1
Parent(s):
82175fe
docs: add TODOs
Browse files
docs/introduction.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
!!! note
|
2 |
|
3 |
-
This project was previously named `faster-whisper-server`.
|
|
|
|
|
|
|
|
|
4 |
|
5 |
TODO: add HuggingFace Space URL
|
6 |
|
|
|
1 |
!!! note
|
2 |
|
3 |
+
This project was previously named `faster-whisper-server`. I've decided to change the name from `faster-whisper-server`, as the project has evolved to support more than just transcription.
|
4 |
+
|
5 |
+
!!! note
|
6 |
+
|
7 |
+
These docs are a work in progress. If you have any questions, suggestions, or find a bug, please create an issue.
|
8 |
|
9 |
TODO: add HuggingFace Space URL
|
10 |
|
docs/usage/dynamic-loading.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
https://github.com/vllm-project/vllm/issues/5491
|
2 |
+
https://medium.com/@noel.B/preventing-model-swapping-in-ollama-a-guide-to-persistent-loading-f81f1dfb858d
|
3 |
+
|
4 |
+
TODO: warn about some space still being used
|
5 |
+
TODO: mention that it's inspired by ollama
|
6 |
+
TODO: mention that un like ollama it supports keeping multiple models loaded
|
docs/usage/live-transcription.md
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
## Live Transcription (using WebSocket)
|
2 |
|
3 |
!!! note
|
|
|
1 |
+
TODO: live vs streaming
|
2 |
+
|
3 |
## Live Transcription (using WebSocket)
|
4 |
|
5 |
!!! note
|
docs/usage/speech-to-text.md
CHANGED
@@ -2,6 +2,8 @@ TODO: add a note about automatic downloads
|
|
2 |
TODO: mention streaming
|
3 |
TODO: add a demo
|
4 |
TODO: talk about audio format
|
|
|
|
|
5 |
|
6 |
!!! note
|
7 |
|
|
|
2 |
TODO: mention streaming
|
3 |
TODO: add a demo
|
4 |
TODO: talk about audio format
|
5 |
+
TODO: add a note about performance
|
6 |
+
TODO: add a note about vad
|
7 |
|
8 |
!!! note
|
9 |
|
docs/usage/text-to-speech.md
CHANGED
@@ -5,6 +5,9 @@
|
|
5 |
http://localhost:8001/faster-whisper-server/api/
|
6 |
TODO: add a note about automatic downloads
|
7 |
TODO: add a demo
|
|
|
|
|
|
|
8 |
|
9 |
!!! note
|
10 |
|
|
|
5 |
http://localhost:8001/faster-whisper-server/api/
|
6 |
TODO: add a note about automatic downloads
|
7 |
TODO: add a demo
|
8 |
+
TODO: add a note about tts only running on cpu
|
9 |
+
TODO: add a note about exploring other models
|
10 |
+
TODO: add a note about performance
|
11 |
|
12 |
!!! note
|
13 |
|