sujan58/PlantDiseasePredicition ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that helps people check plant leaf photos and get a disease prediction.
I want a clean frontend where someone can upload a picture of a plant leaf, hit a button, and see the result in a friendly way, like the disease name and a short confidence message. If the image looks healthy, say that too. Make it feel easy for a non expert to use.
I also want the backend to handle the image upload and run the prediction properly. If you need the dataset, use the one linked in the README and set up whatever training or model loading is needed so the app actually works end to end.
Keep the design modern but simple, with a result screen that is easy to read. If anything in the setup is unclear, make reasonable choices and look up current docs online if you need to.