CoolFace
Apppublic

Sefat33/ultra-voice-agent33

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

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

bash
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