🏆For Hackathon Judges · Google DeepMind Gemma 4 Good · May 18, 2026

Everything you need to verify our claims

JemmaPass is a real, working Android app — not a mockup. This page is your single entry point: watch the 3-minute demo, inspect the 352+ Kotlin source files, download the verified APK and run it on a Pixel 9, then audit every clinical claim with primary-source citations.

📍 Wallonia 🇧🇪 × Shikoku 🇯🇵 🐢 Solo project 📦 v1.0.14 · 16KB-aligned 🔓 MIT → CC-BY 4.0 on award
✦ Kaggle Evaluation Rubric

How JemmaPass scores on each axis

The Gemma 4 Good Hackathon judges on three criteria. Here is how we map our submission to each, with direct links to verify.

40pts
Impact & Vision

Does your project address a significant real-world problem? Is the vision inspiring?

  • Real-world origin — Shikoku × 3 + Noto 2024 volunteer experience.
  • Three healthcare gaps closed simultaneously (connectivity, semantic, sovereignty).
  • Universal target audience — pilgrims, travelers, refugees, disaster volunteers.
30pts
Video Storytelling

Is the video exciting, engaging, well-produced? Does it tell a powerful story?

  • 3-minute narrative arc — pilgrimage → earthquake → SOS → rescue → safety.
  • 3 emotional personas bridging Belgium 🇧🇪 and Japan 🇯🇵.
  • Killer moment — Augmentin red alert: a well-intentioned rescuer saved from harm.
30pts
Technical Depth

Is the tech innovative, functional, well-engineered? Not just faked for the demo?

  • 49 native @Tool functions exposed to Gemma 4 across 6 agentic surfaces.
  • 3.36 GB on-device clinical DB — DDInter 2.0, SNOMED CT, RxNorm, ATC.
  • True lock-screen widget (widgetCategory="home_screen|keyguard") — double-tap SOS, zero unlock required.
  • 16 KB ELF page-aligned — verified on Pixel 9 Pro XL.
✦ Prize Tracks

We target 5 tracks simultaneously

Per Section 2.5 of the Competition Rules, projects are eligible for both a Main Track Prize AND a Special Technology Prize. JemmaPass is positioned for maximum overlap with the rubric.

$50,000
🥇 Main Track · 1st Prize

Air-gap clinical decision support is a category-creating play. No existing project ships a Gemma 4 + IPS R4 + Nearby Mesh fusion. Real lives-saved potential in disaster zones.

$10,000
🏥 Health & Sciences

First fusion of HL7 IPS R4 + DDInter 2.0 + Gemma 4 + Nearby. Zero-translation paradigm: clinical codes resolved deterministically via embedded multilingual KB, not LLM translation. Hospital-grade accuracy.

$10,000
🌍 Global Resilience

Born from Shikoku pilgrimage × 3 and the Noto 2024 earthquake volunteer experience. Offline edge-based response is the entire premise. Works on a mountain when cell towers collapse. Lock-screen widget triggers SOS in zero unlock — the victim never has to fumble with PIN or biometric.

$10,000
🌐 Digital Equity

15 UI languages, 25+ clinical-term languages, no subscription, no account, no internet ever required. Built for refugees, pilgrims, and grandmothers — not Silicon Valley.

$10,000
⚙️ LiteRT

Gemma 4 E2B (2.4 GB) and E4B (3.4 GB) both supported via LiteRT-LM 0.11.0 native function calling. 49 @Tool functions across 6 agentic surfaces. The deepest LiteRT integration in the field.

Maximum cumulative payout possible: $60,000 (Main 1st + one Special Technology Prize).

✦ Live Demo

Try JemmaPass on your Pixel 9

Per the hackathon Live Demo requirement, you can download the signed APK directly. The build is reproducible from the GitHub source per the README. We recommend a Pixel 9 (Android 15) for the 16 KB page-size verified experience.

JemmaPass v1.0.14 · debug-signed
Built on Pixel 9 Pro XL · NDK r27.2 · AGP 8.13.2
~120 MB APK
+ 6 GB on first boot (Gemma 4 E4B + KB)
📱 Download APK · jemmapass-v1.0.14-release.apk
SHA-256 computed at final build · verify via shasum -a 256 JemmaPass.apk
Target SDK 35 (Android 15)
Min SDK 31 (Android 12)
Native libs 11 .so files · all verified align 2**14 (16 KB)
Install on your device:
  1. Enable "Install unknown apps" for your file manager (Settings → Apps → Special access).
  2. Transfer the APK to your phone (USB, AirDrop alternative, or direct download).
  3. Tap the file in your file manager. Confirm install.
  4. Open JemmaPass. On first boot, the app downloads Gemma 4 E4B (3.4 GB) and the clinical knowledge base (3.36 GB) from jemmapass.net/models/. Allow ~10 minutes on a fast Wi-Fi.
  5. Once downloaded, enable airplane mode and run the full demo offline.
✦ Verification

Every claim in our video is backed by real code

The rubric explicitly asks: "Is the technology real, functional, well-engineered, and not just faked for the demo?" Here is how to verify, end-to-end, that nothing in our submission is staged.

🎬

"That Augmentin alert?"

It's a real query against knowledge_full.db. Inspect JemmaTools.kt line ~340 (checkOneDrugAgainstFocusProfile). It executes a real SQL JOIN across ddi_atc_pairs and terminology_codes in under 50 ms.

🌐

"Japanese translation in real-time?"

No LLM translation — that would be slow and hallucination-prone. We do code-to-display lookup via ips_valuesets_translations.lang='ja-JP'. SQL query, deterministic, sub-millisecond. Inspect JemmaProfileHydrator.kt.

📡

"Nearby SOS works offline?"

Yes. Strategy.P2P_CLUSTER uses BLE + Wi-Fi Direct radios — no internet involved. Put both phones in airplane mode and watch JemmaNearbySosService.kt still discover and relay. The 6 wire chunk types (V/VR/S/SR/E/F) handle direct + multi-hop relay.

🔬

"3.36 GB on-device KB?"

Verify with adb shell ls -la /sdcard/Android/data/be.heyman.android.jemmapassdemo/files/knowledge-full-db/. File size: 3,360,727,040 bytes. SQLite PRAGMA integrity_check; returns OK.

✦ Primary Sources

Every clinical number, cited

We've cross-verified every claim against authoritative sources. No marketing inflation.

302,516 DDI records · 2,310 drugs · 8,398 mechanism descriptions
DDInter 2.0 paper, Nucleic Acids Research, 2024 · doi.org/10.1093/nar/gkae768
🟢 Live in our DB: 260,100 curated DDI facts · 876,277 ATC pairs · 802,352 emergency rules · 3,299,967 safe alternatives
Auto-measured by jemma_kb_audit.py against the production knowledge_full.db (3.36 GB · 58 tables) · see the full audit ↗
UMLS 2025AB · ~3.49M concepts · ~1.4M filtered to IPS-relevant
NLM Technical Bulletin, Nov 2025 · nlm.nih.gov/pubs/techbull
SNOMED CT IPS Terminology · July 2024 release
SNOMED International (formerly IHTSDO) · snomed.org
~6,900 ATC codes · 5 hierarchical levels
WHO Collaborating Centre for Drug Statistics Methodology, ATC/DDD Index 2026 · atcddd.fhi.no
RxNorm April 2026 release · drug strengths and forms
NLM Tech Bulletin · released April 6, 2026 · nlm.nih.gov/rxnorm
Gemma 4 E2B/E4B · Apache 2.0 · multimodal text+image+audio
Google DeepMind, April 2, 2026 release · deepmind.google/models/gemma/gemma-4/
Android 15 16 KB page size enforcement · November 1, 2025 deadline
Android Developers Blog · android-developers.googleblog.com
✦ Competitive Position

42 KB cloud-fetch vs. 500 bytes self-contained

In September 2024, at the HL7 FHIR Connectathon, Dave deBronkart ("e-Patient Dave") proved patient-published IPS via QR was possible. His proof-of-concept (publicly viewable) was an inspiring milestone — but it requires the receiver to be online. JemmaPass inverts the architecture.

e-Patient Dave (SHL)
JemmaPass (_j2:)
QR contents
URL pointer (~150 bytes)
Full pruned IPS (~500 bytes)
Patient Bundle size
42 KB (hosted on UW CIRG server)
~500 bytes (compressed deflate-raw)
Network calls required
5 (DNS → TLS → manifest → GET → decrypt)
0
Works on a mountain after earthquake?
❌ No
✅ Yes
Sovereignty risk
Cloud holds encrypted bundle
Bundle never leaves the device
Display language
English (FHIR JSON raw)
25+ languages, code-resolved locally

Same standard (HL7 FHIR IPS R4). Different architecture. The QR code IS the patient summary — not a pointer to one.

🔬 Technical deep dives

For the judges who want everything

Three companion pages with code excerpts, primary-source citations, and prize track alignment. Open the ones that match your evaluation angle.

🔍 Verification & context

For the judges who want to verify

Four companion pages with build instructions, benchmark numbers, anticipated questions, and the human story behind the project.

✦ Licensing

Open by design

📦 Codebase

MIT during the hackathon → relicensed to CC-BY 4.0 upon any prize award, per the Competition Rules.

💊 Knowledge Base

Inherits CC BY-NC-SA 4.0 from DDInter 2.0. SNOMED CT IPS Free Set under CC BY 4.0. UMLS under Metathesaurus License.

🤖 AI Model

Gemma 4 under Apache 2.0 (Google DeepMind, April 2026). LiteRT-LM 0.11.0 same terms.

🔒 Privacy

Zero telemetry. Zero analytics. Zero cloud calls during clinical decisions. PHI never leaves the device by design.

Clinical disclaimer: JemmaPass is a decision-support tool for emergency resilience and patient empowerment. It is not a medical device under EU MDR / FDA SaMD classification, and does not substitute for professional medical judgment.

Ready to dig deeper?

Three suggested paths depending on what you want to verify next.

🎬 Watch the demo 🧑‍🤝‍🧑 Inspect personas ⌨️ Read the source ↗