A zone to write and test artificial pancreas controllers (APC) in python!
It uses simglucose to simulate the controller response.
Project Website:
https://rland93.github.io/uciAPC/
Documentation:
https://rland93.github.io/uciAPC/documentation/index.html
Clone this repository wherever.
git clone https://github.com/rland93/uciAPC.git
Create a new virtual environment and activate it.
Install dependencies from requirements.txt
.
pip install -r requirements.txt
done!