CoolFace
Apppublic

IvanKostiuk/Virtual_Voice_Assistant

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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

bash
uvicorn app:app --host 0.0.0.0 --port 8000 --reload