In this repository, i will show you how to automatically detect COVID-19 in X-ray images dataset using Deep Learning (Convolutional Neural Network). The dataset contains X-ray images, 25 normal and 25 with covid-19 case. The used dataset is from a tutorial of PyImagesSearch The used CNN architecture is the SqueezeNet.
1- Python 2- Tensorflow 3- Numpy
pip install -r requirements.txt
python train_squeezenet.py
precision recall f1-score support
covid 1.0000 1.0000 1.0000 8
normal 1.0000 1.0000 1.0000 8
micro avg 1.0000 1.0000 1.0000 16
macro avg 1.0000 1.0000 1.0000 16
weighted avg 1.0000 1.0000 1.0000 16