You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = tf.keras.models.load_model('covid19_pneumonia_detection_cnn.model') #provides the path of your trained CNN model
prediction = model.predict([prepare(' ')]) #paste the PNG image in Classes Directory and write the name of image file in inverted colon like for covid_scan image file - 'covid_scan.png'