This directory contains the original DeepCamera processing pipeline, built over 4+ years of development. These modules handle everything from camera capture to AI-powered detection and re-identification.
π Looking for the new skill system? See
skills/for the pluggable AI skill architecture.
| Module | Purpose | Status |
|---|---|---|
yolov7_person_detector/ |
Real-time person detection using YOLOv7 | β Production |
yolov7_reid/ |
Person re-identification β tracks individuals across cameras | β Production |
face_detection/ |
Face detection & recognition pipeline (InsightFace) | β Production |
embedding/ |
Feature extraction for visual similarity search | β Production |
camera/ |
Camera capture utilities, RTSP/USB handlers | β Production |
home-assistant-py/ |
Home Assistant integration (Python) | β Production |
home-assistant-nodejs/ |
Home Assistant integration (Node.js) | β Production |
fall_detection/ |
Fall detection for elderly care | π§ͺ Experimental |
laptop_monitor/ |
Screen activity monitoring | π§ͺ Experimental |
yolov2_parking/ |
Parking space detection (YOLOv2) | π¦ Legacy |
yolov3_parking/ |
Parking space detection (YOLOv3) | π¦ Legacy |
label-studio/ |
Label Studio annotation config | π¦ Legacy |
milvus/ |
Milvus vector database config | π¦ Legacy |
minio/ |
MinIO object storage config | π¦ Legacy |
flower/ |
Celery task monitor | π¦ Legacy |
monitor/ |
System monitoring utilities | π¦ Legacy |
build/ |
Build scripts for ARM/x86 platforms | π§ Build |
env/ |
Environment configuration | π§ Build |
unit_test/ |
Test suite | π§ Test |
Camera Feed β capture (camera/) β detection (yolov7/) β embedding (embedding/)
β β
face_detection/ yolov7_reid/
β β
Face Recognition Person Re-ID
ββββββββββ¬ββββββββββββββββ
Notification
(Home Assistant)
These modules are being wrapped as skills for the SharpAI Aegis desktop app. The skill architecture provides a standard interface (SKILL.md) so each capability can be independently installed, configured, and updated.
| Legacy Module | New Skill |
|---|---|
yolov7_person_detector/ |
skills/detection/yolo-detection-2026/ |
yolov7_reid/ |
skills/detection/person-recognition/ (planned) |
face_detection/ + embedding/ |
skills/detection/face-recognition/ (planned) |
home-assistant-py/ |
skills/integrations/homeassistant-bridge/ (planned) |
See docs/skill-development.md for how to create new skills.