browser-based face detection application that runs fully on-device using embedded AI models. It performs inference directly in the client using ONNX Runtime Web, allowing face detection without any backend server or external API calls.

May 16, 2026
Recently, I built a simple browser-based Face Detection app powered by an embedded AI model using Ultraface ONNX.

The workflow is pretty straightforward:
In the UI, you can also see:
Because it runs on ONNX Runtime Web, everything works fully offline — no backend or external API calls needed.
Really excited to explore more around lightweight AI, embedded models, and client-side inference stuff 👀, so fun, really.
Live Demo:
facetecta.alimnfl.comResult:
#ComputerVision #ONNX #MachineLearning #ArtificialIntelligence