Skip to content

prathmesh0203/Diabetes_web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes_web_App

Diabetes Detection Web App

This web application is designed to detect if someone has diabetes using machine learning and Python. It allows users to input various health parameters and predicts whether they are likely to have diabetes or not.

Features

  • Display dataset information: Provides an overview of the dataset used for training the model.
  • User input: Allows users to enter their health parameters through a sidebar slider.
  • Model prediction: Uses a trained Random Forest classifier to predict whether the user has diabetes or not.
  • Accuracy score: Shows the accuracy score of the model's predictions on the test dataset.
  • Educational resources: Provides links to educational content and resources related to diabetes.

Prerequisites

  • Python 3.6 or higher
  • Streamlit library
  • Pandas library
  • Scikit-learn library
  • Pillow library

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/diabetes-detection.git
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages