Machine Learning
Heart Disease Prediction Model
I built a simple yet powerful application that predicts the likelihood of heart disease based on user health parameters. The app is powered by a trained ML model and provides an easy-to-use interface for quick predictions.
- Interactive form for patient metrics (age, sex, blood pressure, cholesterol, etc.)
- Client-side and server-side input validation
- Offline-trained ML model for probability/class risk prediction
- Responsive UI for desktop and mobile
- Prediction details with recommended next steps
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask)
- Machine Learning: scikit-learn, joblib
- Deployment: Render