add a simple python fastapi server to serve whisper models for speech-to-text and piper for text-to-speech
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
openai-whisper==20250625
|
||||
fastapi~=0.135.3
|
||||
psutil~=7.2.2
|
||||
uvicorn~=0.44.0
|
||||
starlette~=1.0.0
|
||||
python-multipart~=0.0.24
|
||||
aiofiles~=25.1.0
|
||||
piper-tts~=1.4.2
|
||||
Reference in New Issue
Block a user