Home

Building an Offline Face Check-In with LiteRT.js

Google's LiteRT.js launch post promised web AI inference with maximum performance, entirely locally. I wanted to see if that held up on something real, not a benchmark demo, so I built a small proof of concept: face check-in that runs fully offline in the browser, with a total model footprint under 5 MB. Here's the pipeline, the license detour I almost walked into, and a liveness bug that would have made the whole thing unusable.

How to show common overlay loader in Angular

In PWA(Progressive Web Apps), each component works independently and has its lifecycle. Commonly all the components maintain their loaders Today, we will be looking into the implementation of a common loader (overlay spinner) which can be controlled by any component…

Understanding Kubernetes and its use in under 10 Minutes.

In this article, we understand what Kubernetes actually is. This article is good for total beginners, you don’t need much prior knowledge to start. Overview We’ll try to understand these two questions, What are containers? What is Kubernetes? Let’s start…