DEV Community

Cover image for I Built a Meal Analyzer That Sees What Western Health Apps Miss — Powered by Gemma 4
Timothy Chimbiv
Timothy Chimbiv

Posted on

I Built a Meal Analyzer That Sees What Western Health Apps Miss — Powered by Gemma 4

Gemma 4 Challenge: Build With Gemma 4 Submission

This is a submission for the Gemma 4 Challenge: Build with Gemma 4

What I Built

PLATE is a premium AI meal analyzer. You photograph your food and Gemma 4 identifies every ingredient it can see, scores your meal from 1-100, flags hidden health risks most people miss — seed oils, sodium accumulation, inflammatory cooking methods — and delivers one powerful insight you've never considered about what you just ate.

Over time PLATE tracks your meals and identifies patterns. Not just what you ate today, but what your eating habits are doing to you over weeks.

I'm a developer based in Nigeria. Most nutrition apps were built for Western food. They know pizza, salad, and cheeseburgers. They don't know my food. I photographed a local dish from Jos Plateau — a fried starchy delicacy eaten across my region for generations — and PLATE analyzed it accurately with no database lookup, no pre-tagged food library. Pure vision reasoning from Gemma 4.

Demo

Live: https://plate-ashen-chi.vercel.app

Code

https://github.com/Terese678/plate

How I Used Gemma 4

I chose the Gemma 4 26B Mixture-of-Experts model via Google AI Studio for three specific reasons:

Natively multimodal — Gemma 4 understands images without a separate vision pipeline. It doesn't need a food database because it reasons visually about what it sees. When it looked at my Jos Plateau dish — food that has never appeared in any Western nutrition app — it didn't fail. It reasoned from first principles.

262K context window — PLATE's pattern analysis feature passes a user's full meal history into a single prompt and asks Gemma 4 to identify trends across weeks of eating. No chunking, no summarization loss. The long context window made this architecture possible.

Free tier via Google AI Studio — Anyone anywhere can use PLATE without a subscription. This matters for accessibility, especially for users in markets that Western health apps have ignored.

Gemma 4 is the product that shouldn't just be seen as a chatbot. The entire value proposition depends on its vision reasoning capability.

Top comments (0)