Skip to content

🏥 Predicting the possibility of diabetes from physiological data

License

Notifications You must be signed in to change notification settings

Sandbergo/online-diabetes-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Diabetes Predictor

Status License


🏥 Predicting the possibility of diabetes from physiological data


🧐 About

Simple Web app for requesting the evaluation of a Machine Learning model of the probability of the patient suffering from diabetes.

🏁 Getting Started

To run the app locally, follow these instructions:

git clone https://github.com/Sandbergo/online-diabetes-predictor.git
cd online-diabetes-predictor

now, to activate the frontend locally:

cd frontend
npm install -g serve
npm run build
serve -s build -l 3000

Then, activate the api:

cd backend
sudo apt-get install python3.8.2
sudo apt-get install python3-pip
pip install virtualenv
virtualenv env
source env/bin/activate 
pip install -r requirements.txt
python diabetes_predictor.py
python app.py

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

About

🏥 Predicting the possibility of diabetes from physiological data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published