This repository contains the implementation of a deep learning model for classifying X-ray images of COVID-19 diagnosed people using the MobileNetV2 model and Keras. The model achieves an accuracy of over 93%.
The dataset used for this project can be found on Kaggle: COVID-19 Radiography Database
First, install the required packages:
!pip install -q kaggle
- Upload the
kaggle.json
file containing your Kaggle API key to Google Colab. - Run the code blocks in the provided Jupyter Notebook to download and preprocess the dataset.
- Train the MobileNetV2 model on the preprocessed dataset.
- Save the trained model and visualize the training and validation loss and accuracy.
- Perform predictions using the trained model.
The model achieves an accuracy of over 93% on the test dataset