CGM Pattern Analyzer
- 2 Devlogs
- 1 Total hours
This Flask app converts Dexcom-style CGM CSV data into an evidence-first report.
This Flask app converts Dexcom-style CGM CSV data into an evidence-first report.
Finally got this up on a demo url that works with my API #lesguooooooo
This is my CGM Pattern Analyzer. Basically what it does is that it uses an API to analyze lots of data (and I mean a lot like 24/7 data from 90 days that records every 5 minutes (for any non-cgm wearers ;))). I’ve used it with my own data and it works well. It makes sure not to diagnose patients because that would be kinda bad, but it helps analyze patterns and common phenomena with diabetic patients. It took lots of work but we did it!