Sefat33/ultra-voice-agent33
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Ultra Voice Agent
A FastAPI-powered voice interaction agent using WebSockets, Pipecat, and Gemini AI.
Run Locally
uvicorn main:app --reload
---
### ๐ 7. Push to Hugging Face
If you haven't already:
git init git add . git commit -m "Initial commit for Ultra Voice Agent" git remote add origin https://huggingface.co/spaces/YOUR_USERNAME/ultra-voice-agent git branch -M main git push -u origin main
