Empowering farmers, gardeners and plant enthusiasts to detect and prevent plant diseases
Vrinda is an AI-powered plant health solution that revolutionizes how farmers, gardeners, and plant enthusiasts approach plant disease management. Using cutting-edge TensorFlow models and computer vision, Vrinda provides instant disease diagnosis, community support, and intelligent farming recommendations.
๐ AI-Powered Disease Detection ๐ฑ Community Platform
๐งฎ Smart Fertilizer Calculator ๐ค๏ธ Weather-Based Alerts
๐ Real-time Plant Health Analysis ๐พ Farming Best Practices
| Backend | Frontend | AI/ML | Database |
|---|---|---|---|
| Node.js 20.11.1 | EJS 3.1.10 | TensorFlow 5.3.3 | MongoDB 8.3.2 |
| Express 4.19.2 | CSS3 | Computer Vision | Cloud Storage |
| Passport Auth | JavaScript | Seaborn | Cloudinary |
Upload plant images and get instant, accurate disease diagnosis powered by trained TensorFlow models. Our system can identify multiple plant diseases with high precision.
Connect with fellow farmers and gardeners. Share experiences, ask questions, and get expert advice from the community.
Smart calculator that estimates the optimal amount of fertilizer needed based on your specific plant type and growth conditions.
Get location-specific weather forecasts with tailored recommendations for plant care based on current and predicted weather conditions.
Track your plants' health over time, view disease history, and get personalized farming insights.
Node.js 20.11.1 or higher
MongoDB 8.3.2
npm or yarn package manager# Clone the repository
git clone https://github.com/dipan313/Vrinda.git
cd Vrinda
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Edit .env with your MongoDB URI, Cloudinary keys, etc.
# Start the application
npm startMONGO_URI=your_mongodb_connection_string
CLOUDINARY_CLOUD_NAME=your_cloudinary_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
SESSION_SECRET=your_session_secret{
username: String,
email: String,
password: String, // (hashed)
createdAt: Date
}{
title: String,
image: String,
owner: ObjectId, // (User reference)
comments: [ObjectId], // (Comment references)
likes: Number,
usersLiked: [ObjectId], // (User references)
createdAt: Date
}{
commentText: String,
owner: ObjectId, // (User reference)
createdAt: Date
}Helping farmers increase crop yields through early disease detection
Making plant care accessible to everyone with AI assistance
Promoting sustainable farming practices and plant health
Unlike other plant care applications, Vrinda provides a comprehensive ecosystem for plant health management:
- ๐ฌ Advanced AI Models: Trained on diverse plant disease datasets
- ๐ Community-Driven: Learn from experienced farmers and gardeners
- ๐ Data-Driven Insights: Make informed decisions based on weather and soil data
- ๐ฏ Precision Agriculture: Optimize resource usage with smart recommendations
- ๐ฑ User-Friendly Interface: Intuitive design for users of all technical levels
- ๐ฑ Mobile Application - iOS and Android native apps
- ๐ค Advanced AI Models - Multi-language plant identification
- ๐ IoT Integration - Smart sensor connectivity
- ๐ Analytics Dashboard - Farm management insights
- ๐ Marketplace Integration - Direct fertilizer and seed purchasing
- ๐ Multi-language Support - Global accessibility
We welcome contributions from developers, agronomists, and plant enthusiasts!
- ๐ด Fork the project
- ๐ง Create your feature branch (
git checkout -b feature/AmazingFeature) - ๐พ Commit your changes (
git commit -m 'Add AmazingFeature') - ๐ค Push to the branch (
git push origin feature/AmazingFeature) - ๐ Open a Pull Request
- ๐ง AI model improvements
- ๐จ UI/UX enhancements
- ๐พ Agricultural expertise
- ๐ Bug fixes and optimizations
This project is licensed under the MIT License - see the LICENSE file for details.
- ๐พ Agricultural Experts - For domain knowledge and validation
- ๐ค TensorFlow Team - For the amazing ML framework
- โ๏ธ Cloudinary - For reliable image storage solutions
- ๐ฅ Open Source Community - For continuous inspiration
๐ Star this repository if you found it helpful!
"Nurturing plants with technology, growing a sustainable future" ๐ฑ
Made with ๐ for farmers and plant lovers worldwide