Update README.md

This commit is contained in:
rnpenguin
2013-11-15 20:22:17 -08:00
parent abe5031ead
commit 445f6e77ea
+1 -4
View File
@@ -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">
![Output sample](https://raw.github.com/rnpenguin/cgm/master/images/demo.gif)
</p>
License
===