hpeuscher / loopinsight1

A modular framework for in-browser closed-loop diabetes simulation

Home Page:https://lt1.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoopInsighT1

This software is intended for closed-loop simulation of automatic insulin delivery systems for type 1 diabetic persons.

Demo and further information

For a live demo, visit the project website

Installation / Quick start

Follow these instructions to use the simulator locally and modify its source code.

  • Install npm
  • Clone repository and enter your local directory.
  • Install project dependencies:
npm install
  • Run webpack server:
npm run serve
  • Open browser and visit http://localhost:8080/.
  • Now edit the source files, save your changes, and simply reload website.

If you want to build an independent bundle that can be integrated into an html document, run

npm run build

License

See the LICENSE file for license rights and limitations (MIT).

About

A modular framework for in-browser closed-loop diabetes simulation

https://lt1.org

License:MIT License


Languages

Language:Vue 53.7%Language:JavaScript 45.1%Language:HTML 1.1%