Diabetes Predictor is a web application that predicts whether a patient has diabetes or not based on the parameters entered by the patient. The parameters include the number of pregnancies for females (0 in case of male), glucose level in blood, blood pressure, skin thickness (in mm), insulin level in blood, body mass index (BMI), and age (in years).
- Patient can enter their parameters and get a prediction on whether they have diabetes or not
- Easy to use interface for entering parameters and getting results
- Flask
- HTML/CSS/JS
- Scikit-learn
- Clone the repository
git clone https://github.com/itsdheerajdp/diabetes_predictor.git
- Navigate to the project directory
cd diabetes_predictor
- Install the dependencies
pip install -r requirements.txt
- Run the application
python app.py
To use the application, navigate to http://127.0.0.1:5000/
in your web browser.
- Enter the required parameters in the input fields and click on the "Predict" button to get the result.
- The result will be displayed on the screen as "Yes" or "No".
We welcome contributions from anyone.