Welcome to the Diabetes Prediction Web App! This app allows you to predict the likelihood of diabetes based on various factors.
This web app is built using Python and Streamlit. It utilizes a trained machine learning model to make predictions on diabetes. Users can input their medical data, and the app will provide a prediction of whether they are diabetic or not.
To run the web app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/aman08-cool/Diabetes-Prediction-Web-App.git
Navigate to the project directory:
cd Diabetes-Prediction-Web-App
-
Install the required packages:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
-
Check out the Project here