A desktop voice assistant built in Python with a clean CustomTkinter GUI. Push-to-talk mic input gets transcribed via Google's speech recognition, sent to Groq's Llama 3.3 for fast cloud inference, and the response is streamed back as speech through Edge-TTS — all in-memory, no temp audio files ever hit the disk.