Automated plant disease detection using deep convolutional neural networks to help identify plant diseases from leaf images. Built with TensorFlow and Keras.
PlantVillage dataset from Kaggle: https://www.kaggle.com/sumanismcse/plant-disease-detection-using-keras
- Cropped images with 500+ pixel resolution
- Manual labeling with disease classifications
- Removed duplicates and low-quality images
Deep CNN with:
- Convolutional layers with ReLU activation
- Batch normalization
- Max pooling
- Dropout
- Fully connected layers
Accuracy: 96.77%
Tested on validation set with individual class performance metrics.


