Second Look β Unified Clinical Triage & National Surveillance Platform for Ethiopia
# π Second Look
## Unified Clinical Triage & National Surveillance Platform for Ethiopia
---
## π Overview
**Second Look** is an offlineβfirst, AIβpowered clinical decision support system designed for Ethiopia. It ingests laboratory results, evaluates against 25+ disease rules, flags risks, checks Tena Fund insurance coverage, generates Telebirr payment intents, and logs incidents for national disease surveillance β all without requiring internet connectivity.
### Why Second Look?
> *"I built what I wish I had. A second look."*
> β **Ermias Wedaje Tegbaru**, Founder
After a routine lab result was misinterpreted β leading to a Type 1 Diabetes diagnosis and seven years of daily insulin β Ermias built Second Look to ensure no other Ethiopian suffers a preventable missed diagnosis.
---
## π Features
| Feature | Status |
| :--- | :--- |
| **Clinical Triage** (25+ diseases) | β
Complete |
| **Excel Batch Processing** | β
Complete |
| **PDF Invoice Generator** | β
Complete |
| **Live Outbreak Alert System** | β
Complete |
| **Tena Fund (α¨α€α ααα΅) Integration** | β
Complete |
| **Telebirr Payment Integration** | β
Complete |
| **Leaflet Surveillance Map** | β
Complete |
| **SQLite Database** | β
Complete |
| **Dark Theme Dashboard** | β
Complete |
| **Historical Data Audit** | β
Complete |
---
## π οΈ Technology Stack
| Layer | Technology |
| :--- | :--- |
| **Backend** | Flask (Python) |
| **Database** | SQLite |
| **Frontend** | HTML, CSS, JavaScript, Tailwind, Leaflet |
| **Data Processing** | Pandas, OpenPyXL |
| **PDF Generation** | ReportLab |
| **QR Code** | qrcode.js |
| **Version Control** | Git, GitHub |
---
## π Project Structure
```text
SecondLook_MVP/
β
βββ web_app.py # Main Flask Application
βββ requirements.txt # Project Dependencies
βββ .gitignore # Git Ignore Configuration
βββ README.md # Project Documentation
βββ LICENSE # MIT License
β
βββ models/ # Core β¦