This project is a Web tool for the screening of COVID-19 from chest x-ray images.
This is a python library to classify chest x-ray images using a deep neural network (CNN). It's used for training and prediction.
A Flask GUI app in a docker container ready for deployment.
It allows the user to upload an x-ray image and then uses the library covid_xrays_model
to
predict the probability of having COVID-19.
Notebooks used for some exploratory analysis and experimentation. Only a playground for trying ideas.
Include scripts to generate the training data from the publicly available COVIDx dataset.