keshhav123/AI_borewell_prediction ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python app for predicting good borewell drilling locations from location and ground data.

I want a user to be able to enter a place or coordinates, add a few basic details about the area, and then get a clear result that says whether the spot looks promising for drilling and roughly how much groundwater might be available. If it helps, make it work as a small web app with a clean, easy screen, and show the result in plain language instead of just a raw model output.

Use the existing data cleaning, feature creation, and model training scripts if they fit, and wire everything together so the app can load the trained model and make predictions. Add sensible error handling, simple instructions on how to run it, and make sure the whole thing feels polished enough for someone non technical to use. If you need current library details, look them up online first.