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

https://github.com/unknownuser130/diabetes_prediction

Analysis and Prediction of diabetes dataset (For learning Machine Learning)
https://github.com/unknownuser130/diabetes_prediction

machine-learning streamlit

Last synced: about 1 month ago
JSON representation

Analysis and Prediction of diabetes dataset (For learning Machine Learning)

Awesome Lists containing this project

README

          

# Diabetes Prediction App

## Project Overview

The goal of this project is to build a predictive model that can identify whether an individual is likely to have diabetes based on several medical attributes. The project includes data preprocessing, model training, evaluation, and prediction.

## Dataset

The dataset contains 768 samples with 8 features:

- Number of pregnancies
- Glucose level
- Blood pressure
- Skin thickness
- Insulin level
- Body mass index (BMI)
- Diabetes pedigree function
- Age

## Installation

To get started with this project, clone the repository and install the necessary packages:

```bash
git clone https://github.com/UnknownUser130/Diabetes_Prediction.git
cd diabetes-prediction
```
To install requirements
```bash
pip install -r requirements.txt
```
To run the the app
```bash
streamlit run app.py
```
[Click Here to View](https://diabetesprediction-mvhfdvx7lkypkne2ainnkd.streamlit.app/)