├── Losses └── dummy ├── Mets └── dummy ├── Models └── dummy ├── README.md └── Scripts └── dummy /Losses/dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumitrj/pfClassify/807107ad1b11c395a8ec8168d6662d2822be0b2a/Losses/dummy -------------------------------------------------------------------------------- /Mets/dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumitrj/pfClassify/807107ad1b11c395a8ec8168d6662d2822be0b2a/Mets/dummy -------------------------------------------------------------------------------- /Models/dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumitrj/pfClassify/807107ad1b11c395a8ec8168d6662d2822be0b2a/Models/dummy -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pfClassify 2 | 3 | ## Pulmonary Fibrosis Progression 4 | 5 | The aim of this project is to predict a patient’s severity of decline in lung function based on a CT scan of their lungs. 6 | 7 | Lung function is assessed based on output from a spirometer, which measures the forced vital capacity (FVC), i.e. the volume of air exhaled. 8 | -------------------------------------------------------------------------------- /Scripts/dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumitrj/pfClassify/807107ad1b11c395a8ec8168d6662d2822be0b2a/Scripts/dummy --------------------------------------------------------------------------------