File size: 778 Bytes
1b9bb13
 
 
 
 
 
 
 
 
 
4e4cb4f
1b9bb13
cc9e528
1b9bb13
cc9e528
1b9bb13
cc9e528
1b9bb13
cc9e528
1b9bb13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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