chenbhao commited on
Commit
2cca3b7
·
1 Parent(s): 0524ab0

chore: deepence of /voice

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -136,6 +136,14 @@ HTTP_PROXY=http://127.0.0.1:8888 HTTPS_PROXY=http://127.0.0.1:8888 bun run tauri
136
  mitmproxy -p 8888
137
  ```
138
 
 
 
 
 
 
 
 
 
139
 
140
  ## 🌐 Desktop
141
 
 
136
  mitmproxy -p 8888
137
  ```
138
 
139
+ ```bash
140
+ # /voice
141
+ uv venv
142
+ uv uv pip install faster-whisper edge-tts
143
+
144
+ hf download Systran/faster-whisper-base \
145
+ --local-dir ~/.cache/huggingface/hub/models--Systran--faster-whisper-base
146
+ ```
147
 
148
  ## 🌐 Desktop
149