Skip to content

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

Notifications You must be signed in to change notification settings

anas-ismail273/HealthCheck

 
 

Health Check ✔

image

forthebadge forthebadge

Join Slack Channel for Discussion

👀 Introduction

This is a Machine Learning Web Application which can predict three diseases 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

Tools

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

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%