This Flutter-based mobile application is designed to assist farmers and agriculturists in making informed decisions about crop selection and fertilizer usage based on soil health parameters. The system leverages IoT sensor data, a Random Forest machine learning model, and rule-based fertilizer recommendations.
🌱 Crop Recommendation – Uses a trained Random Forest model to suggest the best crop for current soil conditions.
🌿 Fertilizer Recommendation – Rule-based engine provides fertilizer name and amount based on NPK requirements.
- Clone the repository
git clone https://github.com/Akshansh2515/AI-IoT-Enabled-Soil-Health-Monitoring-System.git
cd AI-IoT-Enabled-Soil-Health-Monitoring-System
- Install dependencies
flutter pub get
- Run the app
flutter run