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.
- Diabetes Risk Prediction
- Machine Learning Model using SVM
- Interactive Flask Web Interface
- Responsive User Interface
- Real-Time Prediction
- Professional Healthcare Dashboard Design
- Support Vector Machine (SVM)
Dataset Used:
- Pima Indians Diabetes Dataset
Input Parameters:
- Pregnancies
- Glucose
- Blood Pressure
- Skin Thickness
- Insulin
- BMI
- Diabetes Pedigree Function
- Age
Output:
- Diabetic
- Not Diabetic
Accuracy Achieved:
76%
- Python
- Flask
- HTML
- CSS
- JavaScript
- Scikit-Learn
- NumPy
- Pandas
Diabetes-Prediction-System
├── dataset/
├── static/
├── templates/
├── app.py
├── train.py
├── svm_model.pkl
├── requirements.txt
└── README.md
Clone Repository
git clone https://github.com/your-username/Diabetes-Prediction-System.gitInstall Dependencies
pip install -r requirements.txtRun Application
python app.pyMauli Phad
Machine Learning & AI Enthusiast
- Heart Disease Prediction
- Multi-Disease Prediction System
- Cloud Deployment
- Improved Model Accuracy
- User Authentication

