π± Greeins β AI-Powered Tree Adoption & Growth Monitoring (Frontend + AI Models)
Greeins is a web-based platform designed to promote environmental sustainability by encouraging users to adopt trees and monitor their growth. The system uses integrated AI/ML models directly in the frontend to analyze plant health and development through image uploads.
Live Link - https://pratik-jumle.github.io/Greeins-Hackathon-Project/home2.html
π― Objective
To provide an intuitive and intelligent tool for individuals to:
- Adopt trees digitally π³
- Monitor their plantβs growth π
- Detect potential diseases π¦
- Receive care tips using AI π€
- Encourage responsible green behavior π
π Key Features
- πΈ Image-Based Growth Analysis:
- Upload plant images across weeks (e.g., Week 1 vs Week 2)
- AI estimates growth percentage based on:
- Height
- Leaf count
- Leaf area and color quality
- π§ Disease Detection:
- Integrated ML model identifies common plant diseases from uploaded images
- Displays probable disease names and visual cues
- π‘ Smart Care Tips:
- Watering schedules
- Fertilizer suggestions
- Sunlight needs β based on plant condition
- π Visualization:
- Simple graphs showing growth trends
- Visual indicators of health/disease over time
- π Fully Frontend-Based:
- Built using HTML, CSS, and JavaScript
- ML models run in-browser (using TensorFlow.js or integrated Python-in-the-browser tools)
π οΈ Tech Stack
- Frontend: HTML5, CSS3, JavaScript
- AI Models:
- Custom trained models for:
- Leaf detection & counting
- Disease classification
- Growth estimation
- Model formats: TensorFlow.js or ONNX (for browser compatibility)
- Visualization: Chart.js / D3.js / Custom SVG-based components
- Optional IoT Simulation: JSON-based dummy sensor values for temperature, moisture, etc.