Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.3 KB

pneumonia-detection

🫁 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.

AI generated with DALL-E 3

Dataset

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

Models are stored in the checkpoints/ directory. Usually, the most recent model is the one which is better trained and have better results.

Contributing

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.