PriyanshuRao-code/Image-Restoration-and-Super-Resolution ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python project that can restore and improve images, with one part for enhancing low light photos and another part for super resolving X ray medical images.
I want it to be easy to run from the command line or in notebooks, with clear input and output folders, so I can drop in a bad image and get back a cleaner, sharper version. For the X ray side, keep it focused on medical image upscaling and make sure the output looks natural and usable for inspection. For the low light side, make dark images brighter and clearer without making them look fake.
If anything is missing, use sensible defaults and keep the code organized so each feature is separate but still part of the same project. Please also make the README simple enough for someone to understand how to run it. If you need current docs or best practices for any library, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit