Logo Lanfrica

rohit-kumar-bendi/Smart-AI-Umbrella

Domain:

agriculture

Record type:

software
Creator:
roh
Host:
Smart AI Umbrella for Crops This project automates crop protection using sensors, Raspberry Pi, and AI. # 🌾 Smart AI Umbrella System An IoT-based smart agriculture system that automatically protects crops using environmental conditions. ## πŸš€ Features - 🌑 Temperature monitoring - 🌧 Rain detection - 🌱 Soil moisture detection - β˜‚ Automated umbrella control - πŸ“Š Real-time dashboard - 🧠 Decision engine with explanations - πŸ“ˆ Sensor data visualization - βš™ Manual and auto modes ## 🧠 Working The system uses a rule-based algorithm: - Rain + Dry Soil β†’ Close umbrella (allow irrigation) - Rain + Moist Soil β†’ Open umbrella - High Temperature β†’ Open umbrella - Normal Conditions β†’ Close umbrella ## πŸ–₯ Tech Stack - Python - Flask - HTML/CSS - Chart.js ## πŸ“‚ Project Structure - `main.py` β†’ Decision engine - `dashboard/app.py` β†’ Backend server - `templates/` β†’ UI - `static/` β†’ CSS - `shared/state.json` β†’ System state ## β–Ά How to Run ```bash python main.py cd dashboard python app.py

Languages