Built by CipherGuard Labs
A camera, a strict food list, and an instant verdict — built so eating out doesn't require a spreadsheet when the rules genuinely can't bend.
Actual output — not a mockup
Grilled salmon with lemon & olive oil
Matches approved ingredients directly.
Mixed greens, honey mustard dressing
Dressing contains added sugar.
swap → oil & vinegar
Roast chicken, garlic mashed potato
Potato is a restricted starch.
swap → grilled asparagus
Restaurant menus and packaging labels don't come with an answer key. Most food-tracking apps solve this by estimating macros from a dish description — which introduces exactly the wrong kind of uncertainty when someone is following a strict, medically-guided dietary protocol rather than casually watching their carbs.
OKako doesn't estimate. It matches.
Point the camera at a menu, or at a packaged food's ingredients panel.
Apple's Vision framework extracts every line of text directly on the phone. No photo is ever uploaded — only the recognized text leaves the device.
A fast keyword pass checks each item against an approved / restricted / conditional list. Most items resolve instantly, at no API cost.
Anything ambiguous — an unfamiliar prep style, an ingredient synonym the keyword list hasn't seen — falls back to Claude, constrained to classify strictly from that same list and to suggest substitutions drawn only from it.
Vision frameworkFastAPI + PostgreSQL, deployed on RailwayA ratio computed from a vague menu description carries real error — hidden oils, an unlisted sauce ingredient, a portion that varies by kitchen. For a protocol with no room for drift, that's the wrong kind of confidence to hand someone. Matching against a clinician-owned list is slower to build and less impressive on a spec sheet, but every verdict traces back to a rule a person can actually see and edit — which is what a strict protocol calls for.