This project aims to develop a machine learning-based classification model for detecting diseases in potato leaves, specifically early blight and late blight. By leveraging deep learning and computer vision, the system assists farmers in early disease diagnosis, enabling timely intervention and minimizing crop loss.
Potato diseases like early blight and late blight significantly impact crop yield. Traditional disease detection methods are time-consuming and require expert knowledge. This project introduces an automated classification system using deep learning to provide a quick and accurate diagnosis.
- Develop a deep learning model to classify potato leaves as healthy or diseased.
- Utilize CNN-based architectures to improve accuracy in image classification.
- Deploy the trained model using Streamlit, making it accessible for farmers.
- Data Collection & Preprocessing: Gather and preprocess images of healthy and diseased potato leaves.
- Feature Engineering: Apply augmentation techniques to enhance model performance.
- Model Selection & Training: Train a Convolutional Neural Network (CNN) for classification.
- Evaluation: Assess model performance using accuracy, precision, recall, and F1-score.
- Deployment: Deploy the trained model using Streamlit, allowing real-time image classification.
- Processor: Intel i5/Ryzen 5 or higher
- GPU: NVIDIA GTX 1060 or better (recommended for training)
- RAM: 16GB (32GB recommended)
- Storage: At least 100GB free SSD space
- Operating System: Windows 10/11, macOS, or Linux
- Programming Language: Python 3.10+
- Libraries:
- TensorFlow / PyTorch
- Streamlit
- Pillow
- NumPy
- Matplotlib
- Seaborn
- Development Tools:
- Jupyter Notebook / VS Code / PyCharm
- Git for version control
- The trained model achieved high accuracy in distinguishing healthy vs. diseased leaves.
- The Streamlit interface allows users to upload leaf images and get real-time predictions.
- Expand dataset for better model generalization.
- Improve model accuracy with advanced architectures (e.g., EfficientNet, ViTs).
- Deploy as a mobile app using TensorFlow Lite.
- Integrate weather and environmental data to improve prediction reliability.
- S Yogesh Reddy – Project Development
- Jay Rathod and Dr. V Keerthika – Guidance & Mentorship
We extend our gratitude to our supervisor, faculty members, and fellow researchers for their support and insights throughout this project.