Skip to content

jayanthkonanki/Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber Disease Diagnostic Lab: Guide

Streamlit App Build Status Python License

Cucumber_Disease_working.1.mp4

This repository contains the Cucumber Disease Diagnostic Lab, a deep learning-powered platform designed to identify common diseases in cucumber leaves. By utilizing state-of-the-art Convolutional Neural Networks (CNNs) and Hybrid architectures, the system provides real-time diagnostic reports and actionable treatment plans to assist in crop management.

Core AI Solution

  • Disease Classification: Identifying conditions such as Anthracnose, Bacterial Wilt, Downy Mildew, and Gummy Stem Blight.
  • Hybrid Architectures: Combining features from multiple backbones (e.g., ResNet50 + InceptionV3) for enhanced diagnostic accuracy.
  • Real-time Inference: Fast image processing and probability estimation using PyTorch.
  • Actionable Insights: Providing specific treatment recommendations based on the detected disease.

🚀 Overview

The application provides a comprehensive diagnostic workflow:

  1. Architecture Selection: Users can choose from standard models (ResNet50, InceptionV3, EfficientNetB0, MobileNet) or custom Hybrid models.
  2. Diagnostic Report: Generates a high-confidence prediction, a probability distribution chart across all categories, and a guided "Action Plan" for recovery.

🛠️ Setup Instructions

1. Prerequisites

Ensure you have Python 3.11+ installed. The system requires a models/ directory containing .pth weight files for the chosen architectures.

2. Installation

Clone the repository and install the required dependencies:

pip install -r requirements.txt

About

Diagnoses crop health by utilizing hybrid convolutional neural networks to pinpoint specific cucumber diseases with real-time inference that maps visual symptoms directly to actionable treatment plans.

Resources

Stars

Watchers

Forks

Contributors

Languages