judahpaul16/gpt-home
A Raspberry Pi-based smart home assistant that uses OpenAI's GPT models and LangGraph agent orchestration for voice-controlled home automation.

GPT Home is a self-hosted alternative to commercial smart speakers like Google Nest or Alexa. It runs on a Raspberry Pi, combining speech recognition with LLM capabilities to handle voice commands for home automation, reminders, calendar management, music playback, and general knowledge questions. The system uses LiteLLM to connect to OpenAI’s models and LangGraph to orchestrate multi-step agent workflows with persistent memory across sessions.