Skip to content

Commit fcbae75

Browse files
System Architecture
1 parent 6141880 commit fcbae75

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Instant, offline crop disease diagnosis and severity estimation using on-device
77
## 1. Problem Statement
88

99
### Problem Title
10-
### Crop Disease Identifier from Leaf Images
10+
## Crop Disease Identifier from Leaf Images
1111

1212
### Problem Description
1313
Crop diseases cause significant reductions in agricultural productivity and farmer income. While early detection is critical to preventing large-scale damage, farmers currently lack accessible, offline, and real-time diagnostic tools. This project aims to build an on-device, camera-based machine learning system that operates fully offline to identify crop diseases from leaf photographs, estimate severity levels, and provide actionable treatment recommendations directly at the point of need.
@@ -44,9 +44,10 @@ An Electron-based desktop application providing an automated, offline pipeline f
4444
## 4. System Architecture
4545

4646
### High-Level Flow
47-
User Frontend → Backend → Model Database Response
47+
User $\rightarrow$ Frontend GUI (React) $\rightarrow$ Image Pre-filtering (Laplacian Variance Check in Main Process) $\rightarrow$ AI Models (Local ONNX Runtime Engine) $\rightarrow$ Model Aggregation (Classification + Severity %) $\rightarrow$ Database Lookup (SQLite) $\rightarrow$ Formatted Response on UI.
4848

4949
### Architecture Description
50+
The application uses an Electron-based architecture that cleanly separates the responsive user interface (Frontend Renderer process) from the intense computational load and hardware binding (Backend Main process).
5051

5152
### Architecture Diagram
5253
(Add system architecture diagram image here)

0 commit comments

Comments
 (0)