Vatshayan/Co2-Emission-Prediction-Using-Machine-Learning ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python project that predicts CO2 emissions from vehicle and fuel consumption data using machine learning.
I already have a CSV file and a saved model, so make the app load the dataset, train or use the model, and let me enter a few values to get a CO2 prediction. It should also show some basic results or charts so it feels like a complete final year project and not just a script.
Please keep it easy to run, with clear code and a nice small interface if you can, even if it is just a simple web page or local app. If anything is missing, fill in sensible defaults and make it work smoothly. Look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit