nhsx / antibody-web

Web application for finger prick covid19 antibody Lateral Flow Tests (LFT) and interpreting results
MIT License
28 stars 10 forks source link

Interpret endpoint #42

Closed barnc closed 4 years ago

barnc commented 4 years ago

Available at /interpret

ML_API_BASE set as an env var in serverless.yml in case we need to vary deployed api by stage. Model endpoint configured in serverless/config.ts as unlikely to change across environments.

Retrieves a user's uploaded image from s3, sends to the endpoint + processes and stores results in dynamo.