From conceptual point of view, diabetes360 aims to raise awareness about Diabetes, a chronic disease which affects how body regulates blood sugar. From a technical point of view, this project aims to embed an ML model into a SPA, bootstrapped with Nextjs.
To predict the possibility of Diabetes for individuals, we've trained a model on a dataset which contained records of more than 70000 people regarding their health life. You can find the dataset here. You can also visit the model itself from this notebook. Source code is also available in this repo.
Diabetes360 uses Nextjs and Typescript for development, SCSS for styling, Cypress for E2E tests and github actions for CI/CD.