agakshita/ai-voice-agent
0
AI Voice Interview Agent
This is a FastAPI-based voice interview agent deployed on Hugging Face Spaces. It supports:
- Real-time audio questions
- Candidate audio answers
- Automatic scoring & report generation
- FastAPI backend + HTML/JS frontend
Run locally:
uvicorn backend.src.main:app --reload
