shikhar96/DGA-or-Benign ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple tool that can tell whether a domain name looks like it was generated by a bot or if it is probably normal and benign. I already have some CSV data and a trained model file, so please wire everything together into a working project that can load the data, train or use the model, and let me test new domain names easily.
I’d like a notebook or small app that shows the data prep, the prediction result, and a quick summary of how well it works. If it makes sense, also keep the small cloud function file working so the classifier could be used as a lightweight API later. Please make it easy to run from start to finish, with clear steps, and use current docs online if you need to. If anything in the files is outdated or broken, fix it and keep the final result simple and usable.
Are you gonna build this?
make sure you review the code using coderabbit