A real-time face detection web application that runs entirely in the browser. Powered by TensorFlow.js and optimized with WebAssembly (WASM)
Simply click on the link below:
https://fredredbeard.github.io/face-webapp/
You can also run locally with a Python simple server:
Open terminal in the project folder
python -m http.server 8000
Then visit http://localhost:8000 in your browser.
This application has been validated on the following configurations:
Mac OS Sequoia 15.6 (M1 Chip):
- Chrome v143, Firefox v146, Safari v18.6.
Windows 11:
- Chrome v143.
Samsung Galaxy S25 Ultra (Android 16):
- Chrome Mobile v143.
iPhone 13 (iOS 26.1):
- Safari Mobile v26.1.
No Data Collection: the app does not store, record, or transmit your video feed.