aws-samples/sample-medical-analysis-dashboard — reverse-engineered prompt
Reverse engineered prompt
Build me a simple medical reports analysis dashboard like this repo describes. I want a Streamlit app where I can point it at medical report CSV files stored in an S3 bucket, load sample blood test data, and see the results in a clean interactive dashboard.
It should connect to AWS using my credentials, use Bedrock AI to help explain the medical report in plain language, and show charts or tables for values like hemoglobin, RBC, WBC, glucose, creatinine, and other blood work parameters. Please include the two sample CSV files so I can test it right away.
Make the setup easy for someone who is not very technical. Include a requirements file, clear run instructions, and a place where I can set my S3 bucket name and AWS credentials. If anything needs current AWS or Bedrock setup details, look up the current docs online if you need to.
Want more depth? Deep Reverse