Skip to content

A simple machine learning project that predicts whether a person is diabetic or non-diabetic based on glucose and blood pressure levels. The model is deployed as an interactive web app using Streamlit.

Notifications You must be signed in to change notification settings

chipkarsaish/Diabetes-Prediction-Web-App-Using-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Diabetes Prediction Web App Using Machine Learning

A simple machine learning-based web application built with Streamlit that predicts whether a person is diabetic or non-diabetic based on glucose and blood pressure levels.

This project demonstrates how to build, train, and deploy a machine learning model in an interactive web interface.


πŸ“Œ Features

  • Input glucose and blood pressure levels
  • Predicts whether the person is Diabetic or Non-Diabetic
  • Built using Streamlit for the web interface
  • Model trained and serialized using Scikit-learn

πŸ“‚ Files

File Description
app.py Streamlit script to run the web app
model.pkl Pickled machine learning model for prediction
Diabetis_detection_system.ipynb Jupyter Notebook used for model training

About

A simple machine learning project that predicts whether a person is diabetic or non-diabetic based on glucose and blood pressure levels. The model is deployed as an interactive web app using Streamlit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages