-Covid19_Pneumonia and Normal CNN classification python model of accuracy 92% .
-A python model built on google.colab.
-Where data was installed from kaggle.com and it contained images of corona virus, pneumonia (lung disease) and normal images .
https://www.kaggle.com/datasets/pranavraikokte/covid19-image-dataset
-The task was to classify these images with CNN.
-The accuracy was 92% .
-While running this model on google colab, you have to be signed in to kaggle.com and make a token and upload it, as I am connecting kaggle with colab so as not to download the data on my PC.
-Also at the end I am saving the model.h5 on google drive, so there will be a connection request to your google drive account to save the model.
-At the end I have made a python code to use my .h5 file, i.e. deep learning model to test new data randomly selected from the internet.
-Simple Model Deployment.
-I have also uploaded the random pictures from google search to test the model.