# NephroSasa Rwanda
**Longitudinal AI-Powered Pre-Dialysis Kidney Health Monitoring Platform**
> *"Monitor Your Kidneys. Before It's Too Late."*
NephroSasa Rwanda is an AI-powered longitudinal kidney health monitoring platform for Rwandan adults already diagnosed with hypertension or Type 2 diabetes. It tracks blood pressure and blood sugar readings across multiple visits, uses a Random Forest machine learning model (84.94% accuracy) to generate a **LOW**, **MEDIUM**, or **HIGH** kidney risk score, and sends automated email alerts after every vital submission. The platform connects patients with verified nephrologists through QR-based health record sharing and consultation booking, closing the loop between AI-detected risk and actual clinical follow-up.
---
## Core Features
**Patient**
- Registration, login, and JWT-secured session management
- Vitals logging in Home mode (3 fields) or Clinic mode (10 fields), with an AI-generated LOW/MEDIUM/HIGH kidney risk score after each submission
- Automated email alerts via SendGrid on registration and after every vitals submission
- Health history with mode indicators, expandable clinic lab details, and CSV export
- QR code generation for secure, shareable health records
- Consultation booking with verified nephrologists (Virtual or In-Person)
**Doctor**
- Registration with RMDC medical licence number, verified manually via Django admin
- Doctor dashboard with live patient count and upcoming consultations
- QR code scanning to access a patient's shared health record
- My Patients list of all patients who have shared records via QR
- Schedule management: confirm or cancel consultation requests, add session links for virtual consultations
- Profile editing (name, phone, photo, password)
---
## Deployed Version
* **Live Frontend (Vercel):**
nephrosasa-rwanda.vercel.app
* **Live Backend (Render):**
nephrosasa-rwanda.onrender.…
> **Infrastructure Note:** The Render free tier backend was suspended on J …