nirmit27 / diabetes-prediction

A Streamlit webapp that predicts diabetes based on patient data.

Home Page:https://diabetes-prediction-lr3wknr6yrdjv87jgbttka.streamlit.app/

Repository from Github https://github.comnirmit27/diabetes-predictionRepository from Github https://github.comnirmit27/diabetes-prediction

Diabetes Prediction

About

This is a Streamlit web application that makes predictions about diabetes based on the patient data provided by the user.

How it works

  • Using the Support Vector Classifier model provided by the Scikit-Learn library, prediction about diabetes based on the patient's medical details is made.
  • This model has been trained on the Diabetes Dataset for Beginners from Kaggle using standardization and stratification techniques.
  • The pre-trained SVC model has been saved as a pickle file. The app collects user inputs through a form, feeds those inputs to the model, which then makes the prediction displayed by the app as the prediction result.

Dataset link

Diabetes Dataset for Beginners

Deployment link

Diabetes Prediction

About

A Streamlit webapp that predicts diabetes based on patient data.

https://diabetes-prediction-lr3wknr6yrdjv87jgbttka.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 96.1%Language:Python 3.9%