🏥 Predicting the possibility of diabetes from physiological data
Simple Web app for requesting the evaluation of a Machine Learning model of the probability of the patient suffering from diabetes.
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
- Lars Sandberg @Sandbergo
- Kharan Baharot Flask + React template @kb22/ML-React-App-Template