🫁 Deep learning model for automatic pneumonia detection in x-rays. Built with pytorch. Inspired by the article Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning.
Two datasets are used, one of exams of children from 0 to 5 years old of the Guangzhou Women and Children’s Medical Center, and other from the National Institutes of Health (NIH), consisting of chest x-rays of different diseases. It can be downloaded by running the setup.py
script.
python setup.py
Models are stored in the checkpoints/
directory. Usually, the most recent model is the one which is better trained and have better results.
All development should be done in the Python modules. The main.ipynb
is the main experimentation notebook and it should only be used when the experimentations are decided to be part of the research, otherwise, use other notebooks for this. Notebooks are not commited, as defined in .gitgnore
.