Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 226 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 226 Bytes

diabetes-predictor

Flask webserver to predict the probability of diabetes.

Done in 3 steps:-

  1. collect data and perform eda
  2. build an appropriate model and generate pickel file
  3. deploy the model using flask framework