An open API service indexing awesome lists of open source software.

https://github.com/meetmulik/diabetes-prediction

Diabetes Predictor🔍
https://github.com/meetmulik/diabetes-prediction

python streamlit

Last synced: about 2 months ago
JSON representation

Diabetes Predictor🔍

Awesome Lists containing this project

README

          

# Diabetes Prediction

Diabetes is an increasingly growing health issue. If it is detected in time then through proper medical treatment, adverse effects can be prevented.
To help in early detection, modern technology can be used very reliably and efficiently.
The goal of this project is to build a machine learning model for common people to predict whether they have diabetes or not, instantly right at home and that too cost free.

## Table Of Contents

* [Problem Statement](#problem-statement)
* [Functionality](#functionality)
* [Run Locally](#run-locally)
* [Screenshots](#screenshots)
* [Contributing](#contributing)
* [License](#license)

## Problem Statement

Diabetes is an increasingly growing health issue. If it is detected in time then through proper medical treatment, adverse effects can be prevented.
To help in early detection, modern technology can be used very reliably and efficiently.
The goal of this project is to build a machine learning model for common people to predict whether they have diabetes or not, instantly right at home and that too cost free.

## Functionality

- The user just has to enter his/her testing parameters like Pregnancies, Glucose, Blood Pressure, Insulin levels, BMI, Age.
- The model analyses the data and determines whether the user is diabetic for not.

## Run Locally

Fork and clone the repository

```bash
git clone https://github.com/MeetMulik/Diabetes-Prediction.git
```

Go to the project directory

```bash
cd Diabetes-Prediction-main
```

Start website using streamlit

```bash
streamlit run website.py
```

## Screenshots

![D3](https://user-images.githubusercontent.com/89148021/201885332-28584305-2674-4381-8d51-ee0862cd1d9e.PNG)

![DP1](https://user-images.githubusercontent.com/89148021/201885213-52706670-b7c5-404c-a0ab-c41214948ee2.PNG)

![DP2](https://user-images.githubusercontent.com/89148021/201885253-27d591f4-176e-443d-97ea-1d8d28fac589.PNG)

## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

- If you have suggestions for adding or removing something, feel free to open an issue to discuss it, or directly create a pull request with the necessary changes.
- Create individual PR for each suggestion.

## License

[MIT](https://choosealicense.com/licenses/mit/)