An open API service indexing awesome lists of open source software.

https://github.com/yousufislam191/diabetes-prediction-api


https://github.com/yousufislam191/diabetes-prediction-api

diabetes-prediction diabetes-prediction-restapi express-js machine-learning node-js python3 rest-api

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# This is the ML model REST API for Predicting Diabetes

## The Model Performance

- **Training data Accuracy: 78.66%**
- **Test data Accuracy: 77.27%**

### You can check your Diabetes to run in your local server 😀
```
git clone https://github.com/yousufislam191/Diabetes-Prediction-API.git
```
Go to your `Diabetes-Prediction-API` folder and open it using vscode then run command:
```
npm install
npm run dev
```

### For this ML model, the REST API has been developed using the Node.js and Express.js