๐พ AgroIntel Offline Leaf Disease Detection & Yield Prediction System ๐ Overview AgroIntel is an AI-powered agricultural support system designed to help farmers: ๐ฟ Detect crop diseases from leaf images ๐ Estimate yield reduction ๐ฐ Calculate potential economic loss ๐ด Work completely offline The system combines Computer Vision, Predictive Logic, and Local Database Storage to provide practical decision support for farmers in rural areas. ๐ฏ Problem Statement Farmers often face: Late disease detection No access to agricultural experts Uncertainty about yield impact No financial loss estimation AgroIntel provides instant AI-based diagnosis and yield analysis using only a leaf image. ๐ง How the System Works Farmer uploads a leaf image. The trained deep learning model (model.h5) predicts: Crop type Disease type Confidence score Disease severity is calculated. Yield loss is estimated using crop-specific base yield. Economic loss is calculated. Data is stored locally in SQLite database. ๐๏ธ Project Structure AgroIntel/ โ โโโ app.py # Streamlit User Interface โโโ yield_engine.py # Yield & loss calculation logic โโโ database.py # SQLite database functions โโโ model.h5 # Trained leaf disease detection model โโโ agroai.db # Local database file โโโ README.md ๐งฎ Yield Calculation Logic The system estimates yield loss using: Base yield per acre (crop-specific) Disease severity factor Land size Market price Core Formula Estimated Loss = Base_Yield ร Severity_Factor ร Land_Size Economic Loss = Estimated_Loss ร Market_Price
Shrujan2006/AGRO_AI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||