
Prosopagnosia, or face blindness, affects an estimated 1 in 50 people, alongside the millions more living with age-related memory decline, early-stage dementia, or cognitive fatigue who struggle to place the faces around them. The social cost is quiet but constant: missed greetings, mistaken identities, the slow withdrawal that follows when introductions feel unsafe.
Memory Mirror explores how on-device computer vision can act as a calm, ambient prosthetic for facial recognition. The application runs in a browser on any laptop or tablet. The user keeps the device nearby with the webcam pointed toward the room or the person sitting across from them. When a known face enters the frame, a soft memory card appears on screen beside that face, showing their name, relationship, a personal note, and when they were last seen. The user glances at the screen to get their bearings, then returns to the conversation. No tapping, no searching, no account. Think of it less like an app and more like a reference screen that already knows who walked in.
Everything runs locally in the browser. No frame, embedding, or note ever leaves the device.

Memory Mirror was developed as a self-contained web prototype with deliberately minimal infrastructure, prioritizing privacy, portability, and the lowest possible barrier to use. Anyone with a webcam and a browser can run it without installing anything or creating an account. The core development involved:
The interface is built around one principle: when you need it, it should already be there.
The camera view fills the entire screen with nothing in the way. Controls live in a frosted pill in the top corners and recede visually into the background when not in use. Memory cards are positioned dynamically beside each detected face in the camera feed, connected by a faint dashed line, and sized to keep the name large and the note legible at a glance from across a desk. The colour system is warm orange on near-black, with high contrast and low aggression, plus a full light mode for bright rooms behind a single tap. The side panel slides in from the right, forms adapt their language to context ("Enroll via Photo" when adding, "Update Photo" when editing), and toasts shift left automatically when the panel is open so they never cover it. Every radius, hover state, and accent glow follows a consistent scale so primary actions remain unmistakable without shouting.
As a self-directed prototype, Memory Mirror demonstrated that meaningful real-time face recognition for accessibility can run entirely on-device in a standard browser, without specialized hardware, cloud infrastructure, or a user account. The project takes a deliberately privacy-first stance in a category of assistive tool otherwise dominated by cloud-based, data-hungry alternatives, and shows that the trade-off in capability is smaller than commonly assumed.
The browser format does introduce one inherent constraint worth naming: the user must glance at a screen rather than directly at the person in front of them, which interrupts natural social flow. The logical next step is migration to a wearable display such as smart glasses or an AR headset, where recognition cards could appear in peripheral vision without breaking eye contact. The browser prototype deliberately prioritises zero-install accessibility as a starting point, with wearable integration as the intended direction.
The work prioritised technical feasibility, privacy architecture, and interaction design over controlled clinical validation. Rigorous user studies with prosopagnosia communities and memory-care contexts remain active directions for future development.
localStorage, there is no automatic multi-device sync. Users risk permanent data loss if they clear browser caches without manually exporting their database first.=Memory Mirror reframes face recognition not as a surveillance technology but as an ambient cognitive aid: quiet, local, and fully under the user's control. A laptop or tablet kept nearby acts as a silent reference screen, surfacing a person's name and context the moment they appear on camera, without any searching or tapping required. By keeping the entire pipeline in the browser and the entire database on the device, it demonstrates that one of the most privacy-sensitive categories of assistive tool can be built without ever asking the user to give up their data. The work establishes a working baseline for browser-based recognition prosthetics and points toward a research agenda focused on wearable integration, clinical validation, richer memory representations, and deeper collaboration with the prosopagnosia and memory-care communities the tool is built for.