aelbasioni / HealthCheck

Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Health Check ✔

image

forthebadge forthebadge

Join Slack Channel for Discussion

👀 Introduction

This is a Machine Learning Web Application which can predict three diaseases i.e. Diabetes, Heart disease and Cancer. The datasets have been taken from Kaggle. And overall analysis and model building for the diseases have been done in respective Jupyter Notebooks.

👩‍💻 Technology Stack

🚀 Quick Start :

Fork it :

Get your own Fork/Copy of repository by clicking Fork button right upper corner.

Clone the Forked Repository

$ git clone https://github.com/<your-github-username>/HealthCheck

Setting up Project

1. Create a Virtual Environment

  • On macOS and Linux:
      python3 -m venv env
  • Windows
      py -m venv env

2. Activate the Virtual Environment

  • On Windows
    .\env\Scripts\activate
  • On macOS and Linux:
    source env/bin/activate

3. Install dependencies using

pip install -r requirements.txt

4. Run server using

flask run

5. Go to http://127.0.0.1:5000/ and enjoy the application.

6. Drop a ⭐ on the Github Repository.

📜 LICENSE

GitHub license

Credit goes to these people: ✨

About

Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.

License:MIT License


Languages

Language:Jupyter Notebook 98.6%Language:HTML 1.0%Language:Python 0.3%Language:CSS 0.1%