GithubHelp home page GithubHelp logo

shantanugondane / diabet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iadiboy/diabet

0.0 0.0 0.0 1.68 MB

A diabetes prediction webapp

Python 1.29% HTML 61.56% Jupyter Notebook 37.12% Procfile 0.04%

diabet's Introduction

Diabetx - Take the Insulin

Diabetes is among critical diseases and lots of people are suffering from this disease. Age, obesity, lack of exercise, hereditary diabetes, living style, bad diet, high blood pressure, etc. can cause Diabetes. People having diabetes have high risk of diseases like heart disease, kidney disease, stroke, eye problem, nerve damage, etc.

Deep learning with neural networks is used to predict the probability of having diabetes in the future.

Based on the feature importance:

  • Glucose is the most important factor in determining the onset of diabetes followed by BMI and Age.
  • Other factors such as Diabetes Pedigree Function, Pregnancies, Blood Pressure, Skin Thickness and Insulin also contributes to the prediction.

Tech Stacks Used:

  • HTML
  • CSS
  • Bootstrap
  • Flask
  • Keras
  • Tensorflow
  • Deep Learning

Get Started

  1. Set up a virtual environment to use for our application.
conda create -n myenv python=3.8
  1. You then need to activate the environment created.
conda activate myenv
  1. Install required libraries:
pip install flask
pip install keras
pip install tensorflow
  1. Create a new working directory for the project
mkdir new-ws
  1. Cd to the workspace and clone the git repo.
cd new-ws
git clone [URL]
  1. Run the app in local environment using python
python app.py
  1. Head over to http://127.0.0.1:5000/ to check the web-app.

Get Involved

  • Read Community Guidelines for all kinds of ways to contribute to and interact with the project, including how to submit bug reports and code to Diabetx.
  • Submit a proposed code update through a pull request to the master branch.
  • Talk to us before making larger changes to avoid duplicate efforts. This not only helps everyone know what is going on, it also helps save time and effort if we decide some changes are needed.

diabet's People

Contributors

shantanugondane avatar iadiboy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.