🌱 A Machine Learning Project for Detecting Potato Plant Diseases
This repository hosts a TensorFlow-based solution to identify and classify blight in potato plants. Leveraging cutting-edge deep learning techniques, this project aims to assist farmers and agricultural professionals in early disease detection, improving crop management and yield.
Potato plants are vulnerable to various diseases, such as early blight and late blight, which can severely impact productivity. This project aims to provide an efficient solution for disease detection using image classification techniques.
- Technologies Used: TensorFlow, Python, and Jupyter Notebook
- Dataset: Images sourced from the PlantVillage dataset.
- Classes:
- 🥔 Potato - Early Blight
- 🥔 Potato - Late Blight
- 🥔 Potato - Healthy
✔️ Classifies images into healthy or diseased categories
✔️ Trained using a diverse dataset for high accuracy
✔️ Deployable as both a web and mobile application
Potato_blight_detection/
│
├── training/
│ ├── PlantVillage/
│ │ ├── Potato___Early_blight/
│ │ ├── Potato___healthy/
│ │ └── Potato___Late_blight/
│ └── training.ipynb
├── settings.json
└── README.md