vthomw / ctm

design and build a continuous body temperature monitor (CTM)
Apache License 2.0
2 stars 3 forks source link

ML for temperature profile #7

Open vthomw opened 4 years ago

vthomw commented 4 years ago

we need to find a "learning" how to transform temperature readings in meaningful information and warnings

this can be anything like graphs, QR codes, alarms ..

NARENDRA1998KUMAR commented 4 years ago

for updating real time temperature we can use matplotlib animation library . We will plot a base graph which automatically gets updated as more data is fed into the system. You can refer this link for more details: https://www.youtube.com/watch?v=ZmYPzESC5YY

vthomw commented 4 years ago

CGM temperature readings are a bit tricky since temperature is measured e.g. on your arm therefore 1) temperature might show values lower than your actual body temperature 2) your body might be cooled down e.g. you are out in a cold lake swimming 3) you are in a shower where water temperature is higher than your body temperature

fortunately the CGM has 2 temperature sensors and we can "see" a difference between skin temperature and environment temperature.