Using Computer Vision to create a CNN (Convolutional Neural Network) to predict whether an X-ray or CT Image is COVID-19 positive or negative (binary output).
Please see the comments in the ipython notebook.
Please download the data from: https://www.kaggle.com/bachrr/covid-chest-xray
Note: The metadata file was altered directly to create a more evenly distrivuted data set. Other tactics can include merging datasets, emphasizing the weight on certain classes, or duplicating certain images if necessary.