A personal AI voice assistant that runs on low-spec hardware, powered by free-tier cloud APIs.
Pipeline: Mic → Cloud STT → Cloud LLM → Cloud TTS → Speaker
cp .env.example .env
# Edit .env with your API keys
pip install -e ".[dev]"
python -m nova.main --text-onlySee CLAUDE.md for full project documentation.