SteelHacks2017

Design

  1. This is developed in Android Studio v. 2.2.3
  2. We were not able to export the data due to time constraints. It records locally.

Uses

  1. Shake the phone to start recognition
  2. State what vital signs are
  3. Audio cues will let you know when recognition starts and stops

Requirements

Iteration 1

  1. Use Android Phone to perform basic speech to text
  2. Parse results set for most confident result

Iteration 2

  1. Create buzz words to record information on
  2. Basic support for recognizing buzzwords and the value corresponding to them
    i. Blood Pressure, BP - blood pressure reading systolic/dyastolic
    ex. {number1} / {number2} or {number1} over {number2}

ii. Heart Rate - Beats per minute
ex. {number} bpm

iii. Pulse Ox - Percent of satruation of oxygen
ex. {number} % or percent

iv. Respiration - breaths per minute
ex. {number} breaths per minute

v. Temperature - interal body temperature
ex. {number} degrees F

vi. Height - patient height ex. {number} ft. or feet

vii. Weight - patient weight ex. {number} lb. or pounds

Iteration 3

  1. Produce a summary of the buzz words recognized
  2. Show the full transcription log

Built With

Share this project:

Updates