Skip to content

harvinder-power/Sea-Eagle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Sea-Eagle

An image classifier to classify Chest X-Rays using Transfer Learning.

Project Sea Eagle logo

Background

Chest X-Rays are notoriously difficult to interpret when starting out for any new doctor. By using an classifier, we can help with the triage process to risk stratify x-rays into high suspicion of pneumonia, or low suspicion.

Methods

This model was trained using this dataset, using Transfer Learning to retrain the last layer of a MobileNet model.

Accuracy

Class Accuracy # Samples
Normal 0.94 202
Pneumonia 0.98 582

Implementation

The model is implemented using Tensorflow.js, which enables local classification rather than sending data to a server.

Live demo: www.harvinder.me/sea-eagle

Improvements

  • Allow users to select from a list of example Chest X-Rays for testing
  • Drag and drop functionality