Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🩺 Diabetes Prediction App

A simple Machine Learning web app built with Streamlit that predicts whether a person is likely to have diabetes based on input medical parameters. The model is trained on the Pima Indians Diabetes Dataset.


πŸš€ Demo

Try it live: https://diabetespredictionapp-qjybgkwkuxpfvmf8bmgrjd.streamlit.app/

πŸ“Š Features

  • Input health parameters: Glucose, BMI, Age, etc.
  • Predicts the likelihood of diabetes using a trained ML model.
  • Clean and interactive UI built with Streamlit.
  • Trained with RandomForestClassifier from scikit-learn.

πŸ“ Project Structure

diabetes-prediction-app/ β”‚ β”œβ”€β”€ app.py # Streamlit application script β”œβ”€β”€ model.pkl # Trained ML model (Random Forest) β”œβ”€β”€ scaler.pkl # StandardScaler for input normalization β”œβ”€β”€ requirements.txt # Python dependencies β”œβ”€β”€ diabetes.csv # (optional) Dataset used for training └── README.md # Project documentation


🧠 Tech Stack

  • Python
  • Pandas, NumPy
  • Scikit-learn (ML model and preprocessing)
  • Streamlit (for frontend/UI)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages