Go to PRACTICAL 4 in pynb file The file contains many projects and practicals other than malaria cell classification
Steps for Malatria cell classification:
- Dataset is collected from kaggle via API
- Dataset extraction on google colab
- Creating training and test directories using the image dataset
- use cv2 for reading image files using their respective paths
- Use image data generator from tensorflow for image preprocessing
- sequential model is used.
- layers such as CNN-Conv2D, MaxPooling2D, Dropout is used and then stacked layers are created
- Model training and validation
- Model testing and prediction of values.