Sriram-Kommmana/imageCaptionGenerator_usingAWS — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python app that can generate a caption for an uploaded image using AWS services. I want something straightforward where a person can pick an image, send it through the app, and get back a short natural language description of what is in the picture.
If it makes sense, set it up so it can run locally and also be easy to deploy on AWS, ideally in a lightweight serverless way. Keep the flow simple, upload image, call the AWS side, return the caption, and show the result clearly. Please include the basic app code, the AWS integration, and any small helper files needed so someone can actually run it.
Make the project easy to understand and not overly fancy. Add clear setup steps, environment variables, and a minimal example of how to test it with a sample image. If you need details that are not obvious, look up the current AWS docs online and use the simplest working approach.
Want more depth? Deep Reverse