This repository contains three Jupyter Notebook files (ipynb
) for malaria detection models using VGG-16, VGG-19, and ResNet-50 architectures. These models are implemented using Google Colab.
- VGG-16
- VGG-19
- ResNet-50
To run these notebooks, follow the steps below:
- Clone this repository to your local machine using the following command:
git clone https://github.com/arham-kk/malaria-detection-models.git
- Open Google Colab (colab.research.google.com).
- Upload the desired
.ipynb
file(s) to your Google Colab workspace. - Ensure that you have the necessary dataset for malaria detection.
- Modify the notebook code if necessary, such as updating file paths or adjusting hyperparameters.
- Execute the notebook cells sequentially to train the model and perform malaria detection.
- Analyze the results and evaluate the model's performance.
Ensure that these dependencies are installed in your Python environment before running the notebooks.
- The dataset used in this project was obtained from the Malaria Cell Images Dataset on Kaggle.
- The ResNet50 model used in this project was pre-trained on the ImageNet dataset.