JSON API for predicting Coronary Heart Disease in a patient.
An example query is this
It uses parameters such as Age, Sex, Blood Pressure, Diabetes, Glucose and Heart rate for prediction.
This api uses scikit-learn for training the ML model and Flask for serving the webservice. It is trained on a Logistic Regression model with ~88% accuracy
Made with 💙 by Aman Srivastava