Legible - I built an on-device document helper for immigrants using Gemma 4
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Practical AI app using Gemma 4, relevant.
Legible is an on-device document helper for immigrants that uses Gemma 4 E4B (via Ollama) to process photos of official documents locally—no cloud API, no data leaving the machine. The FastAPI backend streams structured XML output from the model, providing plain-language explanations, deadline countdowns, and next steps in 11 languages. Past scans are stored as Fernet-encrypted files, and the frontend is a single HTML file with no build step.
Evaluate Gemma 4 via Ollama for on-device document understanding; its structured output capability and offline operation make it ideal for privacy-critical multilingual apps.
This demonstrates a practical, privacy-first architecture for offline multimodal LLM applications using lightweight models, directly relevant to building secure, accessible AI tools for sensitive user data.