Fedir Zadniprovskyi commited on
Commit
1059dbe
·
1 Parent(s): cb1f75b

feat: HuggingFace Space configuration

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1,3 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  > [!NOTE]
2
  > 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.
3
 
@@ -40,7 +67,6 @@ TODO
40
 
41
  https://github.com/user-attachments/assets/0021acd9-f480-4bc3-904d-831f54c4d45b
42
 
43
-
44
  ### Live Transcription (using WebSockets)
45
 
46
  https://github.com/fedirz/faster-whisper-server/assets/76551385/e334c124-af61-41d4-839c-874be150598f
 
1
+ ---
2
+ title: Speaches
3
+ colorFrom: yellow
4
+ colorTo: pink
5
+ sdk: docker
6
+ app_port: 8000
7
+ # https://huggingface.co/docs/hub/en/spaces-config-reference
8
+ suggested_hardware: t4-small
9
+ preload_from_hub:
10
+ - Systran/faster-distil-whisper-large-v3
11
+ - Systran/faster-distil-whisper-small.en
12
+ - Systran/faster-whisper-large-v3
13
+ - Systran/faster-whisper-medium.en
14
+ - Systran/faster-whisper-small
15
+ - Systran/faster-whisper-small.en
16
+ - Systran/faster-whisper-tiny.en
17
+ - rhasspy/piper-voices
18
+ - hexgrad/Kokoro-82M
19
+ ---
20
+
21
+ ```sh
22
+ git remote add huggingface-space https://huggingface.co/spaces/speaches-ai/speaches
23
+ git push --force huggingface-space huggingface-space:main
24
+ ```
25
+
26
+ TODO: Configure environment variables. See [this](https://huggingface.co/docs/hub/en/spaces-overview#managing-secrets).
27
+
28
  > [!NOTE]
29
  > 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.
30
 
 
67
 
68
  https://github.com/user-attachments/assets/0021acd9-f480-4bc3-904d-831f54c4d45b
69
 
 
70
  ### Live Transcription (using WebSockets)
71
 
72
  https://github.com/fedirz/faster-whisper-server/assets/76551385/e334c124-af61-41d4-839c-874be150598f