ataraxia-ashish/Real-VS-Ai-Image-Detector ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple image checker that tells whether a picture is real or AI generated.

I already have a trained TensorFlow model saved as a Keras file, so I want an easy app where someone can upload an image and instantly see the result, Real or Fake, plus a confidence score. Make it friendly and clean, with a clear upload area, the image preview, and the prediction shown in a big readable way. If the score is close to the middle, say it is not fully sure. Please use the model file in this project and set up the image preprocessing so it works with 224 by 224 RGB images.

I’d also like a simple page with a short explanation of what the tool does, and maybe a note that it’s best for quick checks, not perfect proof. If it makes sense, add a few sample images or a demo section so I can test it right away. Look up current docs online if you need to.