Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.04 KB

Data collection API

For Hospital

Post request Asks for following urlencoded values:

  1. age | Number
  2. gender | String
  3. patient_id | String
  4. smoker | String
  5. reported_symptoms | Array
  6. medical_history | Array
  7. cough_audio | file
  8. breath_audio | file
  9. finger_video | file

Screenshot

For Deep learning researchers

Get request Downloads CSV file containing patients of 21st April Screenshot Screenshot

Get request Sends a json response back containing patients of 20th April Screenshot

background_service.js

Generates a new csv file after every few minutes in background and overwrites the previous csv file from the same date. So that deep learning researches always get the latest csv file when send a get request to mydomain.com/2020-04-21.csv