Skip to content

mauliphad76/Diabetes-Prediction-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🩺 Diabetes Prediction System using SVM

📌 Project Overview

The Diabetes Prediction System is a Machine Learning based web application that predicts whether a person is diabetic or not using health-related parameters.

This project uses the Support Vector Machine (SVM) algorithm and provides predictions through an interactive Flask web application.


🚀 Features

  • Diabetes Risk Prediction
  • Machine Learning Model using SVM
  • Interactive Flask Web Interface
  • Responsive User Interface
  • Real-Time Prediction
  • Professional Healthcare Dashboard Design

🧠 Machine Learning Algorithm

  • Support Vector Machine (SVM)

📊 Dataset

Dataset Used:

  • Pima Indians Diabetes Dataset

Input Parameters:

  1. Pregnancies
  2. Glucose
  3. Blood Pressure
  4. Skin Thickness
  5. Insulin
  6. BMI
  7. Diabetes Pedigree Function
  8. Age

Output:

  • Diabetic
  • Not Diabetic

🎯 Model Accuracy

Accuracy Achieved:

76%


🛠️ Tech Stack

  • Python
  • Flask
  • HTML
  • CSS
  • JavaScript
  • Scikit-Learn
  • NumPy
  • Pandas

📂 Project Structure

Diabetes-Prediction-System

├── dataset/

├── static/

├── templates/

├── app.py

├── train.py

├── svm_model.pkl

├── requirements.txt

└── README.md


▶️ Installation

Clone Repository

git clone https://github.com/your-username/Diabetes-Prediction-System.git

Install Dependencies

pip install -r requirements.txt

Run Application

python app.py

📸 Screenshots

  • Prediction Result (Diabetic) alt text
  • Prediction Result (Not Diabetic) alt text

👨‍💻 Developer

Mauli Phad

Machine Learning & AI Enthusiast


⭐ Future Improvements

  • Heart Disease Prediction
  • Multi-Disease Prediction System
  • Cloud Deployment
  • Improved Model Accuracy
  • User Authentication

About

Machine Learning based Diabetes Prediction System using Support Vector Machine (SVM), Flask, HTML, CSS, and Python for accurate diabetes risk assessment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors