VishalMandrai / Healthcare-ML-Based-Web-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEALTHCARE+ : ML Based Web App

healthcare-title

A disease predicting web application, which make use of machine learning in order to make predictions about various diseases like Breast Cancer, Diabetes, Heart disease, Liver disease etc.


healthcare-ss jpg


Different model files used for development are:

  • Cancer model = Cancer Notebook.py

  • Diabetes model = Diabetes Notebook.py

  • Heart model = Heart Notebook.py

  • Kidney model = Kidney Notebook.py

  • Liver model = Liver Notebook.py


Details of various datasets used for model development :

  • Cancer : cancer.csv [In the Datasets Folder]

  • Diabetes : diabetes.csv [In the Datasets Folder]

  • Heart : heart.csv [In the Datasets Folder]

  • Kidney : kidney_disease.csv [In the Datasets Folder]

  • Liver : indian_liver_patient.csv [In the Datasets Folder]


Tools used for project development:

  • Python ( 3.7 version)

  • Flask

  • Pandas

  • Numpy

  • HTML

  • CSS


For using the project clone the repository and type the following commands in the terminal:

            $ set FLASK_APP= app.py
            $ flask run 

If you want to view the deployed model, click on the following link: https://healthcare-app-ml.herokuapp.com/

Please do ⭐ the repository, if it helped you in anyway.

Thank You! 😊

About


Languages

Language:HTML 65.7%Language:Python 28.1%Language:CSS 6.2%