COVID-19 Classifier
The dataset used is Covid-19 Image Dataset from kaggle link:https://www.kaggle.com/pranavraikokte/covid19-image-dataset
MobileNetv2 architecture is used as base model which gave an accuaracy of about 86.3 % and 0.94 f1-score on Covid 19 Samples
- Keras : 2.2.2
- Tesorflow : 2.2.0
- Numpy
- Matplotlib
- Imutils