siddheshshaji/Weather-Forecasting-using-LSTM-and-FBProphet ? reverse-engineered prompt
Reverse engineered prompt
Build me a weather forecasting app that uses historical weather data to predict future conditions for a few cities, including Texas cities, New York, and Mumbai.
I want it to have a simple Django website where a user can pick a city and see a forecast, with the predictions powered by a time series model like LSTM, and maybe also compare against ARIMA and FBProphet if that fits the project. The app should feel like a working demo, not just a notebook, so include the model training part, the prediction flow, and a basic UI for showing the results clearly.
Use the dataset already in the repo if possible, and keep the project easy to run locally. If there’s any AWS deployment or hosting setup in the repo, please wire that in too or at least make it ready to deploy. If you need to check current docs online for anything, go ahead and do that.
Are you gonna build this?
make sure you review the code using coderabbit