Skip to content

Akhilanandateja/Potato-Leaf-Disease-Detection

Repository files navigation

🌿 Potato Leaf Disease Detection

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.


🚀 Features

  • 🔍 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

🧠 Tech Stack

  • Language: Python
  • Libraries: TensorFlow, Keras, NumPy, OpenCV, Matplotlib
  • Model: CNN / ResNet50
  • Tools: Jupyter Notebook / VS Code

📁 Project Structure

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


⚙️ Installation & Setup

1️⃣ Clone the repository

git clone https://github.com/Akhilanandateja/Potato-Leaf-Disease-Detection.git
cd Potato-Leaf-Disease-Detection


2️⃣ Install dependencies

pip install -r requirements.txt


3️⃣ Run the project

python app.py

OR (for notebook)

jupyter notebook


📸 Sample Output

  • Healthy Leaf 🌱
  • Early Blight 🍂
  • Late Blight 🍁

📊 Model Performance

  • Achieved high accuracy using CNN architecture
  • Optimized using data preprocessing and augmentation
  • Improved performance using transfer learning (ResNet50)

💡 Future Improvements

  • 🌐 Deploy as a web/mobile application
  • 📱 Real-time detection using camera
  • ☁️ Cloud-based model hosting
  • 🔍 Expand to more crop diseases

🤝 Contributing

Contributions are welcome! Feel free to fork this repository and submit a pull request.


📬 Contact

Akhilanandateja Sanga
📧 Email: akhilanandatejasanga@gmail.com
🔗 GitHub: https://github.com/Akhilanandateja


⭐ If you like this project

Give it a ⭐ on GitHub and support!

About

A deep learning project for classifying potato leaf images as "Healthy" or "Late Blight" using a Convolutional Neural Network (CNN) and transfer learning with ResNet50.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages