Projects
Things I've built outside of work.
Work in Progress
Friday
A modular, extensible AI voice assistant inspired by Iron Man's Jarvis. Supports a full voice pipeline — wake word detection → speech-to-text → LLM → text-to-speech — with a configurable personality system (sarcasm, warmth, wit) and pluggable providers for LLMs, TTS, and STT.
View on GitHub
Turnstile Context Register
A lightweight Python module that maintains conversational context across turns in an intent routing pipeline. Captures resolved domain, device, action, and parameter information after each interaction, then prepends structured context to help the router handle follow-ups like "set it to 65 degrees" or "turn that off too."
View on GitHub