Skip to content

isaziconsulting/XRayFrontSideDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agni - X-ray Front vs Side Detection

A simple x-ray classifier to differentiate front (frontal) vs side (lateral) x-rays developed at isazi Consulting.

See our blog post for a conceptual overview of this project.

Requirements

  • numpy
  • Keras
  • scikit-image

Code

Code is contained in src and is split into two files test_Agni.py and train_Agni.py.

The required directory structure is as follows:

src/
  test_Agni.py
  train_Agni.py
  agni.hdf5
  logs/
data/
  train/
    front/
    side/
  valid/
    front/
    side/

About

A simple x-ray classifier to differentiate front vs side x-rays.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages