This project is a simple machine learning web app that predicts whether a person has High Risk or Low Risk of diabetes based on health details.
The app is built using Python, Machine Learning, and Gradio and runs in Google Colab.
- Predicts diabetes risk
- Easy to use web interface
- Light and attractive design
- Instant result after clicking Predict
- Pregnancies
- Glucose
- Blood Pressure
- BMI
- Age
- Python
- Pandas
- NumPy
- Scikit-learn
- Gradio
HealthPredictionApp/ ├── Health_Prediction_App.ipynb ├── health_model.pkl ├── diabetes.csv ├── requirements.txt └── README.md
- Open Google Colab
- Upload the notebook file
- Upload the dataset and model file
- Run all cells
- Enter values and click Predict
Pregnancies: 2
Glucose: 120
Blood Pressure: 70
BMI: 28
Age: 30
Output: Low Risk
The app shows:
- Low Risk or High Risk