This is a Machine Learning project of Diabetes Prediction which is deployed as a Web App using Streamlit Cloud.
Link to the web app :
flowchart TD
A[Step 0 : Collect Data] --> B[Step 1 : Import Libraries/Modules in the workspace]
B[Step 1 : Import Libraries/Modules in the workspace] --> C[Step 2 : Import the collected data into the workspace]
C[Step 2 : Import the collected data into the workspace] --> D[Step 3 : Data Preprocessing]
D[Step 3 : Data Preprocessing] --> E[Step 4 : Training a ML model using Logistic Regression Algorithm]
E[Step 4 : Training a ML model using Logistic Regression Regression Algorithm] --> F[Step 5 : Deploy it as a Web App]