Diabetes-Detect is a web application that predicts the probability of a patient having diabetes based on some diagnostic measurements. This app is intended for females of age at least 21 years.
Clone the repository :
git clone https://github.com/RajeevRanjan5642/Diabetes-Detect.git
Change the directory :
cd Diabetes-Detect
Install the required dependencies :
pip install -r requirements.txt
Run the python script :
streamlit run app.py
The app will be opened in your browser.
- Open the app in your browser.
- Enter the required information in the input fields.
- Click the 'Predict' button to generate the prediction
- Pregnancies: Number of times pregnant
- Glucose: Plasma glucose concentration a 2 hours in an oral glucose tolerance test
- Blood Pressure: Diastolic blood pressure (mm Hg)
- Skin Thickness: Triceps skin fold thickness (mm)
- Insulin: 2-Hour serum insulin (mu U/ml)
- BMI: Body mass index (weight in kg/(height in m)^2)
- Diabetes Pedigree Function: Diabetes pedigree function
- Age: Age (years)
The app will display one of the following messages:
- Diabetic
- Non Diabetic