Code Monkey home page Code Monkey logo

liver-disease-prediction-project's Introduction

Liver Disease Prediction Project

This repository consists of files required to deploy a Machine Learning Web App created with Flask and deployed using Heroku platform.

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

https://liver-disease-pred.herokuapp.com/

Demo

Problem Statement

This data set contains 416 liver patient records and 167 non liver patient records collected from North East of Andhra Pradesh, India. The "Dataset" column is a class label used to divide groups into liver patient (liver disease) or not (no disease). This data set contains 441 male patient records and 142 female patient records.

Use these patient records to determine which patients have liver disease and which ones do not.

Dataset

Liver Disease Dataset

Technology used

  • Python
  • Machine Learning
  • Pandas
  • Numpy
  • Scikit-learn
  • Flask
  • HTML
  • CSS
  • Pycharm
  • Heroku

Running Tests

To run app, run the following command

  python app.run

Screenshot

App Screenshot

Deployment

To deploy this project run following command in the project folder

  git bash open

Create .git file

  git init

Track all the files

  git add .

Cheacking file track or not

  git status

Store as separate version

  git commit -m 'message'

Deployment on Heroku

Heroku login on git bash

  heroku login

Create new app

  heroku create

Push Code

  git remote -v

Push code to Master Branch

  git push heroku master

Related

Here are some related projects

Heart Disease

Stroke Prediction

Diabetes Disease

Chronic Kidney Disease

Breast Cancer Disease

Medical Insurance Cost

Feedback

If you have any feedback, please reach out to me at LinkedIn

Please do the repository, if you like this.😊

Thank you

liver-disease-prediction-project's People

Contributors

sagardhandare 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.