AI-Powered Multilingual Healthcare Platform for Nigeria
Breaking language barriers in healthcare through intelligent AI triage, voice-enabled consultations, and seamless patient-clinician communication in English, Hausa, Igbo, and Yoruba.
View Demo β’ The Problem β’ Our Solution β’ Repositories β’ Quick Start
Add demo video link or screenshots here
In Nigeria, over 60% of the population speaks indigenous languages as their primary language, yet healthcare systems operate predominantly in English. This creates critical barriers that cost lives:
| Challenge | Impact |
|---|---|
| π« Language Barrier | Patients can't accurately describe symptoms |
| β° Delayed Care | Miscommunication leads to misdiagnosis |
| π₯ Access Inequality | Rural and elderly populations excluded |
| π Information Gap | Medical records incomprehensible to patients |
| π©ββοΈ Clinician Overload | Routine queries overwhelm healthcare workers |
Kliniq is a comprehensive healthcare platform powered by N-ATLaS (Nigerian-Adapted Translation and Language System) β our custom multilingual AI model fine-tuned for Nigerian languages and medical terminology.
Our custom LLM understands and responds in:
- π¬π§ English
- π³π¬ Hausa (spoken by 70M+ Nigerians)
- π³π¬ Igbo (spoken by 45M+ Nigerians)
- π³π¬ Yoruba (spoken by 45M+ Nigerians)
|
π€ For Patients
|
π©ββοΈ For Clinicians
|
This project consists of two repositories:
| Repository | Description | Tech Stack |
|---|---|---|
| Kliniq Frontend | Next.js web application with patient and clinician dashboards | Next.js 16, React 19, TypeScript, Tailwind CSS 4 |
| Kliniq API | FastAPI backend with N-ATLaS AI integration | FastAPI, PostgreSQL, SQLAlchemy, Modal |
- Node.js 18+
- Python 3.11+
- PostgreSQL 15+
# Clone frontend
git clone https://github.com/Twilight-Techy/kliniq-ui.git
# Clone backend
git clone https://github.com/Twilight-Techy/kliniq-api.gitcd kliniq-api
# Create virtual environment
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # macOS/Linux
# Install dependencies
pip install -r requirements.txt
# Configure environment
cp .env.example .env
# Edit .env with your database credentials
# Run migrations
alembic upgrade head
# Seed test data
python -m scripts.seed_test_data
# Start server
uvicorn src.main:app --reload --port 8001cd kliniq-ui
# Install dependencies
npm install
# Configure environment
echo "NEXT_PUBLIC_API_URL=http://localhost:8001" > .env
# Start development server
npm run dev- Frontend: http://localhost:3000
- API Docs: http://localhost:8001/docs
| Role | Password | |
|---|---|---|
| π€ Patient | dayo@test.com |
Test1234! |
| π©ββοΈ Nurse | ngozi@test.com |
Test1234! |
| π¨ββοΈ Doctor | emeka@test.com |
Test1234! |
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β USER INTERFACES β
β ββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββ β
β β Patient Dashboard β β Clinician Dashboard β β
β β β’ AI Chat β β β’ Nurse Portal β β
β β β’ Appointments β β β’ Doctor Portal β β
β β β’ Health Records β β β’ Patient Management β β
β ββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β KLINIQ API (FastAPI) β
β βββββββββββββββ ββββββββββββββββ ββββββββββββββββββββββββββ β
β β Auth β β Dashboard β β Clinician β β
β β Module β β Module β β Module β β
β βββββββββββββββ ββββββββββββββββ ββββββββββββββββββββββββββ β
β β β
β βΌ β
β βββββββββββββββββββββββββββββββ β
β β N-ATLaS LLM Service β β
β β β’ Multilingual Chat β β
β β β’ Symptom Triage β β
β β β’ Tool Calling (Actions) β β
β βββββββββββββββ¬ββββββββββββββββ β
ββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββ
β Modal Cloud GPU β
β (N-ATLaS Model Hosting) β
βββββββββββββββββββββββββββββββ
This project was built for the Awarri Developer Challenge 2025 demonstrating:
| Criteria | How We Address It |
|---|---|
| Social Impact | Breaking language barriers in Nigerian healthcare |
| Technical Innovation | Custom N-ATLaS multilingual AI model |
| User Experience | Beautiful, accessible, voice-first design |
| Scalability | Enterprise-ready architecture with Modal cloud AI |
| Real-World Applicability | Solving actual clinical workflow challenges |
Add team member information here
MIT License - See LICENSE for details.
Built with β€οΈ for Nigerian Healthcare
Awarri Developer Challenge 2025