Best Use of Speechmatics Bonus Award Track

DevVocal

Real-time voice-driven AI workspace assistant designed to make developer workflows completely hands-free using low-latency transcription and LLM reasoning.

⚡ Real-Time Streaming

Captures live microphone audio using SoundDevice and streams to Speechmatics WebSocket API with sub-second latency.

🧠 Autonomous Execution

Interprets natural language commands using Gemini AI to run system processes, scripts, and manage files hands-free.

🔊 Spoken Feedback

Integrates Pyttsx3 text-to-speech to provide clear verbal confirmations and execution statuses back to the developer.

Quick Local Setup
# 1. Clone repository
git clone https://github.com/MuhammadAbubakar9/devvocal-agent.git
cd devvocal-agent

# 2. Set up virtual environment
python -m venv venv
venv\Scripts\activate

# 3. Launch Agent
python agent.py