Ibrahim.dev
All work
Prototype2026AI & Automation

HealthLit AI

An offline, multilingual AI health-literacy assistant

PythonDjango REST FrameworkReact + ViteLangChainChromaDBOllama (Phi-3, LLaVA)WhisperNLLB-200
HealthLit AI homepage
01

The Idea

Make trustworthy health information genuinely accessible in low-resource settings — no internet dependency, no English-only assumption, no opaque AI answers.

02

The Problem

Health information online is usually dense clinical English, assumes constant connectivity, and isn't available in Yoruba, Hausa, Igbo, or Nigerian Pidgin — a real barrier in low-resource Nigerian settings.

03

The Solution

A locally-run retrieval-augmented generation pipeline over a curated knowledge base of 12 WHO/FMOH health topics, answering text, voice, or image questions with a small local LLM, translated into the user's chosen language — with patient data never leaving the device.

04

My Role

Solo — built the RAG pipeline (LangChain + ChromaDB retrieval over the WHO/FMOH knowledge base), the Django REST backend, the React frontend, and wired in speech, vision, and translation as input/output modalities around the core model.

05

Challenges

Getting a small local model (3.8B parameters, no cloud fallback) to answer reliably and stay grounded in the source documents instead of hallucinating, and chaining four separate models — language, translation, speech, vision — into one coherent offline pipeline without a GPU-backed server.

06

Status

Prototype

Prototype — a working application built and presented as a university seminar / final-year project (CSC 431, University of Ilorin, 2026). Not deployed as a public product.

Key Features

  • Accepts health questions via text, voice, or image
  • Answers grounded in a curated 12-topic WHO/FMOH knowledge base — malaria, diabetes, hypertension, maternal health, and more
  • Responds in English, Yoruba, Hausa, Igbo, and Nigerian Pidgin
  • Runs entirely offline on a standard laptop, no internet required
  • Patient data never leaves the device

Technology

PythonDjango REST FrameworkReact + ViteLangChainChromaDBOllama (Phi-3, LLaVA)WhisperNLLB-200