Agritech-Plant Disease Detection and Classification
Anushri Awari1, Vaishnavi Bhokare2, Harshada Daundkar3 , Swarupa Dhas4 Dr. Praveen Blessington Thummalakunta5
1,2,3,4,5 Department of Computer Engineering & Zeal College of Engineering and Research, Pune, India
---------------------------------------------------------------------***---------------------------------------------------------------------
techniques to artificially increase the size and diversities of th
Abstract - The Plant Disease Detection and Classification project is designed to help farmers identify crop diseases at an early stage using images of plant leaves. By applying advanced machine learning (ML) and deep learning (DL) techniques, this system aims to automatically detect and classify various plant diseases with high accuracy. Early identification of plant diseases plays a vital role in improving crop yield, reducing unnecessary pesticide usage, and encouraging sustainable farming practices. Once a disease is detected, the system not only identifies it but also provides a brief description and recommends appropriate prevention and treatment methods. To enhance performance, the project uses data augmentation and normalization techniques—helping the model handle variations in lighting, angles, and environmental conditions. The system is trained on a diverse dataset containing images of both healthy and diseased leaves from different plant species, categorized into 38 different classes.
The project incorporates various machine learning algorithms such as Support Vector Machines (SVM), K-Nearest Neighbors (KNN), Decision Trees, and Random Forests, as well as a Convolutional Neural Network (CNN) for deep learning. Among these, CNNs have shown outstanding performance due to their ability to learn spatial features from images effectively. While existing research has shown promising results, real-world challenges such as varying image quality, lighting conditions, and background clutter still affect accuracy. This project aims to overcome these issues by training on large, diverse datasets and fine-tuning model parameters. Ultimately, this project hopes to empower farmers with an intelligent tool to monitor crop health, make informed decisions, and contribute to food security through precision agriculture.
Keywords:
Plant Disease Detection, Automated Disease Detection System, Machine Learning, Deep Learning, Data Augmentation, Data Normalization, Support Vector Machine, KNN Classifier, Convolutional Neural Network, Decision Trees, Random Forest