Skip to content

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.

Notifications You must be signed in to change notification settings

yuvraj-singh009/Diabetes-Prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes Prediction Website

Welcome to the Diabetes Prediction Website! This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.

image

Features

  • Prediction Page: Users can input their demographic and health data to receive a prediction of their likelihood of developing diabetes.
  • Visualization Page: Visual representations of data related to diabetes risk factors, including correlation heatmaps and feature importance plots.
  • About Page: Provides information about the website, its purpose, and the team behind its development.

Technologies Used

  • Frontend:

    • React.js
    • JavaScript
    • HTML
    • CSS
    • Tailwind CSS (for styling)
  • Backend:

    • Python
    • Flask
  • Data Analysis and Prediction:

    • pandas
    • scikit-learn
  • Data Visualization:

    • Matplotlib
    • Seaborn

Installation

  1. Clone the repository:

    git clone <repository_url>
    cd diabetes-prediction-website
    
  2. Installation dependencies:

Install frontend dependencies

cd client npm install

Install backend dependencies

cd ../server pip install -r requirements.txt

  1. Run the development server:

Start frontend development server

cd client npm start

Start backend development server

cd ../server python app.py

About

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.2%
  • JavaScript 2.6%
  • Other 0.2%