Skip to content

Shrujan2006/AGRO_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒพ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors