Skip to content

gwsuperfan/loopinsight1

 
 

Repository files navigation

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

Closed-loop simulation of automatic insulin delivery (AID) systems for type 1 diabetic persons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 65.0%
  • JavaScript 34.4%
  • HTML 0.6%