. ├── frontend/ # Electron + React 前端 │ ├── electron/ # Electron 主進程與 Preload 腳本 │ │ ├── main.ts # 主進程 (啟動 Python、處理 IPC) │ │ └── preload.ts # 預加載腳本 (暴露 API 給前端 ...
This electron-face-finder application will automatically launch the docker container of openface which has a python websocket server running. It seems that sometimes electron side will send partial ...