Skip to content
gangooteli edited this page Dec 8, 2020 · 2 revisions

Welcome to Child Growth Monitor Result Generation Wiki

Introduction

Result Generation plays an central role in generation of the accurate prediction of Height, Weight and MUAC for the scans collected from the scanner app.

Simplistic and Minimalistic explaination of Data Flow of CGM product:

  1. CGM scanner application takes the scan and uploads to the cloud.
  2. CGM API will recieve the scans from CGM scanner and store it in the storage account and db
  3. CGM RG will poll the cgm-api endpoint for the unprocessed scans and will receive a list of scans ids along with metadata
  4. CGM RG will use cgm-api endpoints to get the artifacts related to a particular scans and perform result generation.
  5. CGM RG will use the cgm-api endpoints to post the Results produced in a specific format.
  6. CGM tagging tool will show the scans with results in tagging UI.
  7. Scan along with the results are inspected in Tagging tool and will be sent back to users if accurate.
Clone this wiki locally