Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

selam-feyisa/seha-ethiopia

Domain:

healthcare

Record type:

softwaremodel
Creator:
sel
Host:
AI-powered healthcare document processing for Ethiopia # SEHA — AI Healthcare Assistant for Ethiopia An AI-powered healthcare assistant built for Ethiopia. ## Team - Fayza — AI & Backend Lead - Selam — Full-Stack & Data Lead ## Model Performance | Metric | Value | |--------|-------| | Model | Random Forest + XGBoost | | Overall Accuracy | 100% | | Test Set Size | 20% of dataset | | Fairness | No diseases below 5% accuracy threshold | | Top Symptoms | muscle_pain, yellowing_of_eyes, nausea, itching, dark_urine | ## Azure Services Used | Service | Purpose | |---------|---------| | Azure ML | Symptom model training and deployment | | Azure OpenAI (o4-mini) | Health Q&A via Ask SEHA | | Azure OpenAI (text-embedding-3-small) | RAG document embeddings | | Azure Document Intelligence | Medical document analysis | | Azure Blob Storage | MoH PDF document storage | | Azure AI Search | Vector search for RAG | ## 🚀 Local Setup Instructions ### Prerequisites - Python 3.10+ - Node.js 18+ - Azure account (university) with resources created (see Fayza) ### Backend Setup ```bash cd backend cp .env.example .env # Fill in your keys pip install -r requirements.txt uvicorn main:app --reload

Visit

github.com