d4e351df7136fa9826a9db8dd98aabddf43cf4be
Managed Portal
Standalone management portal for:
- managed child services
- web device scanning and proxy access
- copied child service source under
managed/
Status
This repository is being split out from video_recognition_local.
Current target shape:
- backend: Go service on
:8080 - frontend: Vue 3 + Element Plus
- public entry:
:13000
Planned local commands
Backend:
go test ./...
go run ./cmd/managed-portal
Frontend:
cd web
pnpm install
pnpm dev
pnpm build
Docker:
cd deploy
docker compose --env-file managed-portal.env up -d --build
Child services
The child service source is part of this repository:
managed/store_dwell_alertmanaged/people_flow_project
The default Compose stack builds and starts both child services alongside the portal.
Before building the child service images, provide the runtime weights expected by their Dockerfiles:
managed/store_dwell_alert/weights/yolo11n.ptmanaged/people_flow_project/weights/yolo11n.ptmanaged/people_flow_project/weights/deepface/age_model_weights.h5managed/people_flow_project/weights/deepface/gender_model_weights.h5managed/people_flow_project/weights/deepface/retinaface.h5
Description
Languages
Python
49.8%
Go
26.8%
Shell
10.5%
Vue
10.4%
Dockerfile
1.2%
Other
1.2%