anotherwebguy/Plants-disease-detection — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Flutter app for farmers called AarogyaSheti that helps monitor crop health and detect plant diseases. The main flow should let a farmer take or upload a photo of a plant leaf, run disease detection on the phone, and show the likely disease in simple language with a confidence score. After detection, show practical suggestions like possible remedies, fertilizers, and pesticides that can help treat the plant.

Also add a farm monitoring section that shows live temperature, humidity, soil moisture, and soil fertility values coming from an IoT setup, preferably through Firebase. If real device data isn’t available, make it easy to test with sample values. The app should warn the farmer when the crop may need watering based on the readings.

Keep the design simple, clean, and mobile friendly, with screens for home, disease scan, result details, remedies, and farm health monitoring. Look up current Flutter and Firebase docs online if needed.

Want more depth? Deep Reverse