IvanKostiuk/Virtual_Voice_Assistant
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Voice Assistant Space
A FastAPI WebSocket server that supports:
- Speech-to-Text (STT)
- Text-to-Text (LLM response)
- Text-to-Speech (TTS)
Run locally
uvicorn app:app --host 0.0.0.0 --port 8000 --reload
