With the increasingly aging population and a growing segment of vulnerable populations in mind, how might we leverage analytics for better sense-making to be alerted at the onset of incidents which require emergency response and mobilise CFRs for effective early intervention especially to the vulnerable population?
With the advancement of technology especially in the AI and machine learning fields, we can make use of computer vision and biosensors to detect if someone or somewhere is suffering from an emergency.
We will be making use of IBM Watson to craft an application to reduce response time when it comes to emergency situations by alerting CFRs and professionals. And better prepare reponders with the right resources for the appropriate situation.
-
When the user is alone at home
- The User's heart rate will constantly feedback to the Python Code via the App.
- Python Code will return whether it is an abnormal value.
- If it is abnormal, App shows alert to user.
- This repeats until there are consecutive abnormal values.
- If there is, then App will prompt a check to see if user is okay, if no response for 1 minute, other user will receives a ping and dials 995.
- other users who respond, will be given instructions based on user medical history.
-
When theres an emergency event and user is CFR.
- User will take photo or video of situation via the App.
- The data will then be received by IBM Watson and sent to Computer Vision to analyse the data.
- If the data is a picture or video of a patient it will get the patient's health conditions from SingHealth which will be sent back to user via App.
- If data is a picture of a fire, Watson will analyse it, and understand its severity and the type of fire and the best way to combat it
- Instructions will also be given to user.
- If data is a picture or video of a fire the fire will categorized by severity and depending on severity will give instructions to user where possible.
More details is available here
IBM Watson - Visual Recognition for facial recognition(medical) and fire severity
Python Code - For check of abnormal heart rates