Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Documentation and Design Software Architecture #20

Open
elcronos opened this issue Mar 21, 2020 · 2 comments
Open

Create Documentation and Design Software Architecture #20

elcronos opened this issue Mar 21, 2020 · 2 comments
Labels

Comments

@elcronos
Copy link
Owner

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
@okgarces
Copy link

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

@diegoasencio96
Copy link

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

Si necesitas apoyo me avisas!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants