You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readme: device targets + cloud-API comparison + production deployment hook
- 'Where it runs' table: browser / x86 / Apple Silicon / ARM Linux / NXP iMX /
ESP32-P4 / firmware, with status per target (shipping / in PR / draft)
- NexusDecode clarified as H.264 *and* H.265 (was reading like H.264 only)
- 'Why FaceID with FaceX instead of cloud APIs' table: monthly cost for
100K MAU vs AWS Rekognition / Azure Face / Google Vision / FaceTec
- GDPR / HIPAA / 152-FZ / KZ-data-localization angle: frames never leave
the device -> compliance by construction
- 'Where it's been deployed' note with direct contact hook
-**Identity verification** — "is this the same person?" from selfie + ID photo
98
+
-**Identity verification (KYC)** — "is this the same person?" from selfie + ID photo, no cloud round-trip
83
99
-**Face login** — unlock apps by face, works offline, no data leaves the device
84
100
-**Access control** — doors, gates, turnstiles on edge hardware without GPU
85
101
-**Proctoring** — verify exam takers are who they claim to be
86
102
-**Smart cameras** — recognize known faces at 300+ faces/sec on a single CPU core
103
+
-**Banking / fintech onboarding** — passive liveness + face match in the browser, GDPR-friendly by construction
104
+
-**In-store kiosks** — VIP/loyalty recognition at the till, runs on a $30 SoC
105
+
106
+
### Why FaceID with FaceX instead of cloud APIs
107
+
108
+
You're typically choosing between AWS Rekognition / Azure Face / Google Vision / Paravision / FaceTec ZoOm. Cost comparison for a 100 K-user app doing one face-match per session per day:
109
+
110
+
| Provider | Price per 1k matches | Monthly cost (100 K MAU × 1/day) | Sends user faces to | Latency |
| Azure Face API verify | $1.00–$1.50 |**$3,000–$4,500 /mo**| Azure region | 200–400 ms |
114
+
| Google Vision FACE_DETECTION | $1.50 |**$4,500 /mo**| Google datacenter | 200–400 ms |
115
+
| FaceTec ZoOm | per-seat licensed |**$10 K+ /year**| Their SDK, mixed | 1–3 s (active) |
116
+
|**FaceX in your app**|**$0**|**$0**| Nobody — stays in the user's browser | 20–30 ms |
117
+
118
+
The savings are nice. The bigger story is **compliance**: when frames never leave the device, you're outside GDPR Art. 9 (biometric) / HIPAA / Russia's 152-ФЗ / KZ's data localization rules by construction. No DPIA, no DPA renegotiations, no "where are the photos stored" audit questions.
119
+
120
+
### Where it's been deployed
121
+
122
+
We've shipped this stack into IP-camera NVRs, retail kiosks, and KYC flows for fintech clients. If you're evaluating it for production, the live demo is the fastest way to see what it can do — then [open an issue](https://github.com/facex-engine/facex/issues/new) or [email me](mailto:bauratynov@gmail.com) with your use case and I'll help you scope.
0 commit comments