Home security system (for funsies).
Go to file
Aaron D. Lee 8314a61815 Add presence detection, person/vehicle AI detection, health monitoring
Task 1 — Presence: ping family phones, derive household state
(EMPTY/KIDS_HOME/ADULTS_HOME/ALL_HOME), configurable departure delay,
per-member roles, auto-arm actions via MQTT.

Task 2 — Detection: MobileNet-SSD v2 via OpenCV DNN for person/vehicle
classification. Vehicle color/size fingerprinting for known car matching.
Zone-based filtering per camera. Model download script.

Task 3 — Health: periodic disk/MQTT/subsystem checks, auto-prune oldest
non-starred recordings on disk pressure, daily digest builder.

126 tests passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 00:06:45 -04:00
config Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
docs Add implementation plan for daily use features 2026-04-03 00:01:53 -04:00
kiosk Add kiosk setup and deployment scripts (Phases 5 + 9) 2026-04-02 23:25:03 -04:00
remote Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
scripts Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
systemd Add kiosk setup and deployment scripts (Phases 5 + 9) 2026-04-02 23:25:03 -04:00
tests Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
vigilar Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
.gitignore Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
CLAUDE.md Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
pyproject.toml Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
requirements-dev.txt Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
requirements.txt Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00