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
- Host: GitHub
- URL: https://github.com/yousufislam191/diabetes-prediction-api
- Owner: yousufislam191
- Created: 2023-12-19T22:22:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T09:38:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T10:12:58.675Z (9 months ago)
- Topics: diabetes-prediction, diabetes-prediction-restapi, express-js, machine-learning, node-js, python3, rest-api
- Language: Jupyter Notebook
- Homepage: https://diabetes-prediction-api-a1o4.onrender.com
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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