Moonlight12911/House-Price-Prediction ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that lets someone enter house details and instantly get an estimated sale price.
I want it to use the trained house price model that’s already in the project, so it should load the saved model and not retrain it every time. The form should ask for the main property details like area, bedrooms, bathrooms, stories, parking, and the yes or no features like main road access, guest room, basement, hot water heating, air conditioning, preferred area, and furnishing status.
When the user clicks predict, show the estimated price clearly on the page, and if you can, show a small note about the model and the dataset size or accuracy. Keep the interface clean and easy to use, since this is mostly for a quick demo or portfolio project. If anything is unclear, look up the current docs online and make it work with the files already in the repo.
Are you gonna build this?
make sure you review the code using coderabbit