RohitKattimani/ROKAViz ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app that lets people upload an image and instantly get a quality check result. It should tell me if the image looks blurry, too dark, too bright, noisy, pixelated, damaged, or otherwise low quality, then give a clear quality score, a simple label, and a short explanation in plain English.
I want the app to keep a history of past checks, let me open each result later, and show the original uploaded image again when I click into a record. Please make it run locally, not through any external AI service, and store uploads and results on the server so they persist.
Use the existing React frontend style and connect it to a backend API. If it helps, set it up so it works with Docker too, and make sure bad or unsupported files are handled nicely with clear error messages.