COVID-19 icon indicating copy to clipboard operation
COVID-19 copied to clipboard

Create Documentation and Design Software Architecture

Open elcronos opened this issue 4 years ago • 2 comments

We have got credits on AWS so we will be using that platform for the deployment. Please help us to create a diagram and documentation explaining the services we will be using:

  • AWS Cognito (Authentication)
  • DynamoDB to save information from user:
    • email (mandatory)
    • age (optional)
    • gender(optional)
  • Lambda Functions for (AI models)
  • AWS Steps (We need to filter the images so we will be applying lambda functions sequentially)
  • SQS: we will use a queue system for processing the images
  • S3: If user gives consent we will anonymize the image and save it to S3 for future work. Image name should be in the format below separated by underscores: random_hashed_num + gender + age + xray/ct + .jpg Examples of valid names for images: - 2f45516cf7ae4d516dd1cc6491e45fe7_anon_20_xray.jpg - 624e70841c34f2c5f8d120c292c0bcc_male_60_ct.jpg - 18c1ca26c5e6a5f009af4672a858887_anon_anon_xray.jpg

elcronos avatar Mar 21 '20 12:03 elcronos

I am working on this! I sent a PR #27 .

okgarces avatar Mar 21 '20 21:03 okgarces

I am working on this! I sent a PR #27 .

Si necesitas apoyo me avisas!

diegoasencio96 avatar Mar 22 '20 15:03 diegoasencio96