You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: