Kavincodeg/EV-Battery-Fire-Risk-Monitoring ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that monitors EV battery health and warns about fire risk in a simple real time dashboard.
I want it to simulate live battery sensor values, show battery degradation predictions, and classify the battery status as Safe, Warning, or Critical. If the risk gets high, trigger a clear buzzer style alert in the interface. Use a clean Streamlit dashboard so I can see the current readings, the predicted health, and the risk level at a glance.
Also include the machine learning parts needed to train a degradation model and a fire risk model from the dataset in the project, plus a small script to convert the NASA battery data into CSV if needed. Keep it easy to run locally with one command after installing the requirements, and make the whole thing feel polished and understandable for someone testing battery safety monitoring software. If you need to check current docs online for anything, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit