Git Product home page Git Product logo

health-lab-project's Introduction

Health lab Web Project

This is machine learning wep app that used to Predict the health disease like Diabetes, Heart, Kidney, Liver, Breast cancer, Stroke.

Diabetes

Diabetes is a chronic (long-lasting) health condition that affects how your body turns food into energy. Your body breaks down most of the food you eat into sugar (glucose) and releases it into your bloodstream.

Heart Attack

The term “heart disease” refers to several types of heart conditions. The most common type of heart disease in the United States is coronary artery disease (CAD), which affects the blood flow to the heart. Decreased blood flow can cause a heart attack.

Chronic Kidney Disease

Chronic kidney disease, also called chronic kidney failure, involves a gradual loss of kidney function. Your kidneys filter wastes and excess fluids from your blood, which are then removed in your urine. Advanced chronic kidney disease can cause dangerous levels of fluid, electrolytes and wastes to build up in your body.

Liver Disease

Liver disease doesn't always cause noticeable signs and symptoms. If signs and symptoms of liver disease do occur, they may include: Skin and eyes that appear yellowish (jaundice) Abdominal pain and swelling. Swelling in the legs and ankles.

Breast Cancer

Breast cancer can occur in women and rarely in men.Symptoms of breast cancer include a lump in the breast, bloody discharge from the nipple and changes in the shape or texture of the nipple or breast.Its treatment depends on the stage of cancer. It may consist of chemotherapy, radiation, hormone therapy and surgery.

Stroke

A stroke, sometimes called a brain attack, occurs when something blocks blood supply to part of the brain or when a blood vessel in the brain bursts. In either case, parts of the brain become damaged or die. A stroke can cause lasting brain damage, long-term disability, or even death.

If you want to view the deployed project, click on the following link:

https://health-lab.herokuapp.com/

Screenshots

Alt text Alt text Alt text Alt text Alt text

Project Demo

Alt text

DataSet links

  1. Heart Disease

  2. Liver Disease

  3. Diabetes Disease

  4. Stroke Prediction

  5. Breast Cancer Disease

  6. Chronic Kidney Disease

Roadmap

  • Data Collection
  • Data Analysis
  • Data Visualization
  • Feature Engineering
  • Feature Selection
  • Model Building
  • Model Evalution
  • Hyper Parameter Tunning
  • Creating Pickle file
  • Web App using Flask
  • Deployment

Tech Stack

python packages: Pandas, Numpy, Scikit-learn, matplotlib

ML Algorithms: GradientBoost,RandomForest

Framework: Flask

frontend: Html, CSS

Run Locally

Clone the project

  git clone https://github.com/KaushalSalvatore/health-lab-project.git

Install dependencies

  pip install -r requirements. txt

Start the local server

  Python server.py or server.py

Deploy on a Github

To deploy this project on github use this following command in the project folder.

Initializing a new repository

  git .init

A gitignore file specifies intentionally untracked files that Git should ignore.

  touch .gitignore

Add all the files

  git add .

Check file status

  git status

Commit all the file on git

  git commit -m "your message"

Push all the code on github

  git push <your_branch_name>

Push code forcefully

  git push origin <your_branch_name> --force

Deploy on heroku

To deploy project on heroku server use this following command.

login in heroku server

  login heroku

Install gunicorn

  pip install gunicorn

Create procfile

  touch Procfile

Create requirements text file

  pip freeze > requirements.txt

Creates a new empty application on Heroku

  heroku create -a "project name"

Add a remote to your local repository

  git remote -v

push the code in heroku master branch

  git push heroku master

Feedback

if you have any suggetion and feedback and need any kind of project related help reach me out at linkedin

Thank You

health-lab-project's People

Contributors

kaushalsalvatore avatar

Watchers

 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.