Skip to content
yadidiah.k
← Selected work

spec · pneumoscan-ai · shipped · 2024

PneumoScan AI

Explainable pneumonia detection from chest X-rays

Role
Sole engineer · graduation project
Domain
Computer Vision / Medical
Year
2024
Status
shipped
stack →TensorFlowKerasGrad-CAMStreamlitOpenCV
PneumoScan AI interface

A CNN classifier for chest radiographs that reports 98.42% test accuracy and overlays a Grad-CAM heatmap so a clinician can see which region drove the prediction.

01 · Problem

A raw classifier score is not usable in a clinical setting — a reviewer needs to know whether the model looked at lung tissue or at a scanner artifact.

02 · Approach

  1. 01Transfer-learned convolutional backbone with augmentation tuned for radiograph contrast and orientation.
  2. 02Grad-CAM layer to produce per-image saliency overlays alongside the class probability.
  3. 03Held-out test split kept strictly separate from tuning; class balance checked at every stage.
  4. 04Medical-grade Streamlit interface: upload, prediction, confidence, and heatmap in one view.

03 · Outcome

  • 98.42% accuracy on the held-out test set.
  • Saliency overlays make each prediction auditable rather than a black box.
NextYouSentimentAI →