A Flask web application that predicts diabetes risk using machine learning (SVM model).
- Web interface for inputting patient data
- SVM model trained on Pima Indians Diabetes Dataset
- Real-time predictions
- Install dependencies:
pip install -r requirements.txt - Run the app:
python app.py - Open browser to
http://127.0.0.1:5000/
- Pregnancies
- Glucose
- Blood Pressure
- Skin Thickness
- Insulin
- BMI
- Diabetes Pedigree Function
- Age
~98.7% on test dat