mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Update README.md
This commit is contained in:
@@ -2,13 +2,10 @@ cgm
|
||||
===
|
||||
This acts as a web CGM (Continuous Glucose Montinor) to allow multiple user's to view a patients glucose data in realtime.
|
||||
The server reads a local csv file which is intended to be data from a physical CGM, where it reloads the csv file when new data
|
||||
becomes available. The data is then displayed graphically and blood glucose values are predicted 4 hours ahead using a autoregressive
|
||||
becomes available. The data is then displayed graphically and blood glucose values are predicted 0.5 hours ahead using a autoregressive
|
||||
second order model. Alarms are generated for high and low values, which can be cleared by any watcher of the data.
|
||||
|
||||
<p align="center">
|
||||

|
||||
</p>
|
||||
|
||||
|
||||
License
|
||||
===
|
||||
|
||||
Reference in New Issue
Block a user