The project deals with using Convolutional Neural Network (CNN) in Keras to identify Malaria Cell images. The data is taken from Kaggle: https://www.kaggle.com/iarunava/cell-images-for-detecting-malaria
- Download the dataset from the website: https://www.kaggle.com/iarunava/cell-images-for-detecting-malaria
- Extract the
.zip
file and a folder will appearcell_images
- Copy the folder
cell_images
to the directory where the project is located (the folderMalaria-Cell-Identifier-using-CNN
) as described below
- Clone the repository to your machine when inside a given directory
git clone https://github.com/kb22/Malaria-Cell-Identifier-using-CNN.git
- Create a virtual environment
virtualenv -p python3 Malaria-Cell-Identifier-using-CNN
- Go inside the folder
Malaria-Cell-Identifier-using-CNN
cd Malaria-Cell-Identifier-using-CNN
- Activate the environment
source bin/activate
- Install all dependencies
pip install -r requirements.txt
- Run the notebook
jupyter notebook
- Clone the repository to your machine when inside a given directory
git clone https://github.com/kb22/Malaria-Cell-Identifier-using-CNN.git
- Go inside the folder
Malaria-Cell-Identifier-using-CNN
cd Malaria-Cell-Identifier-using-CNN
- Install all dependencies
pip install -r requirements.txt
- Run the notebook
jupyter notebook