Spaces:
Running
Running
title: Diabetes Predictor | |
emoji: 🧬 | |
colorFrom: blue | |
colorTo: green | |
sdk: gradio | |
sdk_version: "4.24.0" | |
app_file: app.py | |
pinned: false | |
# Diabetes Predictor | |
This is a simple web app that uses a machine learning model to predict the likelihood of diabetes based on user health information such as glucose level, BMI, age, etc. | |
Built with **Gradio** and hosted on **Hugging Face Spaces**. | |
## How it Works | |
The app takes several health metrics from the user: | |
- Pregnancies | |
- Glucose | |
- Blood Pressure | |
- Skin Thickness | |
- Insulin | |
- BMI | |
- Diabetes Pedigree Function | |
- Age | |
It then predicts whether the person is likely to have diabetes or not using a trained ML model. | |
## Try it out! | |
Simply enter the values and hit **Submit** to see the prediction. | |
--- | |
## License | |
MIT | |