An AI-powered deep learning project that detects and classifies potato leaf diseases using Convolutional Neural Networks (CNN). This system helps in early identification of plant diseases, enabling farmers to take timely action and improve crop yield.
- 🔍 Detects potato leaf diseases from images
- 🧠 Built using Deep Learning (CNN / ResNet50)
- 📊 Accurate classification of multiple disease types
- ⚡ Fast and efficient prediction system
- 🌱 Supports smart agriculture and crop monitoring
- Language: Python
- Libraries: TensorFlow, Keras, NumPy, OpenCV, Matplotlib
- Model: CNN / ResNet50
- Tools: Jupyter Notebook / VS Code
Potato-Leaf-Disease-Detection/
│
├── dataset/ # Training & testing images
├── model/ # Saved trained model
├── notebooks/ # Jupyter notebooks
├── app/ # (Optional) Web app / interface
├── requirements.txt # Dependencies
└── README.md
git clone https://github.com/Akhilanandateja/Potato-Leaf-Disease-Detection.git
cd Potato-Leaf-Disease-Detection
pip install -r requirements.txt
python app.py
OR (for notebook)
jupyter notebook
- Healthy Leaf 🌱
- Early Blight 🍂
- Late Blight 🍁
- Achieved high accuracy using CNN architecture
- Optimized using data preprocessing and augmentation
- Improved performance using transfer learning (ResNet50)
- 🌐 Deploy as a web/mobile application
- 📱 Real-time detection using camera
- ☁️ Cloud-based model hosting
- 🔍 Expand to more crop diseases
Contributions are welcome! Feel free to fork this repository and submit a pull request.
Akhilanandateja Sanga
📧 Email: akhilanandatejasanga@gmail.com
🔗 GitHub: https://github.com/Akhilanandateja
Give it a ⭐ on GitHub and support!