Skip to content

Web application for predicting diabetes based on medical information. Utilizes SVM model trained on a dataset of diabetes patients to make predictions. Provides user-friendly interface for individuals to assess their risk of diabetes based on their medical data.

Notifications You must be signed in to change notification settings

vidhyakshayakannan/Diabetes-Prediction-Using-Support-Vector-Machines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes Prediction Web App

This web application predicts whether a person is diabetic based on their medical information. It utilizes a Support Vector Machine (SVM) model trained on a dataset of diabetes patients.

Usage

To use the web app, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Run the web app using Streamlit by running streamlit run app.py in your terminal.
  4. Enter the required medical information in the sidebar.
  5. Click the "Predict" button to see the prediction.

Data Source

The dataset used for training the SVM model is available on Kaggle. It contains various medical features such as glucose level, blood pressure, BMI, etc., along with the target variable indicating whether the person is diabetic or not.

Model

The SVM model used for prediction is trained using scikit-learn library. The model achieves an accuracy of 72% on the test data.

About

Web application for predicting diabetes based on medical information. Utilizes SVM model trained on a dataset of diabetes patients to make predictions. Provides user-friendly interface for individuals to assess their risk of diabetes based on their medical data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published