← heapsort-ai

voice control

12 items

ARTICLEDEV.to AI·4/15/2026

Local Voice Controlled AI Agent

This content describes a self-built local voice-controlled AI agent that acts directly on your machine, rather than just conversing. It can perform various actions like creating files, generating code, opening applications, and browsing websites, significantly bridging the gap between thought and computer execution.

27
ARTICLEDEV.to AI·4/13/2026

Building a Voice-Controlled Local AI Agent

The article details the challenge of building a voice-controlled local AI agent on a CPU-only Windows machine, highlighting the initial slowness of the Whisper model for transcription. The author describes the journey of overcoming obstacles, from architectural choices to UI redesign, to achieve a smooth user experience.

26
ARTICLEDEV.to AI·4/12/2026

VOICE CONTROLLED LOCAL AI AGENT

The content describes a voice-controlled local AI agent, developed by the author, which integrates speech recognition with a local LLM (Llama3 via Ollama) to detect user intent. This multifunctional agent can create files, generate Python code, summarize text, and respond to chats, with results displayed via Streamlit.

23