Reverse engineered prompt

GitHub

Build me a simple web app that lets someone paste in the text of an email and instantly find out if it looks like spam or a legitimate message.

I want it to feel clean and easy to use, with a text box, a predict button, and a clear result on screen. Use the trained pieces that are already in this project, including the saved model and text vectorizer, and keep the same basic flow of cleaning the text, turning it into features, and making a prediction. If it makes sense, show a short confidence style message or a friendly explanation of the result, but keep it simple.

Please make sure it runs locally without a lot of setup and works as a real app, not just a notebook demo. If anything is missing, wire it up so the project is ready to use end to end. You can check current docs online if you need to.

Have a live product UI? Try website reverse