Skip to content

Nikita12200/HealthCheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health Check ✔

image

forthebadge forthebadge

👀 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 :

$ git clone https://github.com/kritikaparmar-programmer/HealthCheck

Setting up Project

  1. Create a Virtual Environment
python3 -m venv env
  1. Activate the Virtual Environment
  • On Windows
    env\Scripts\activate
    
  • On Linux or MAC
    source env/bin/activate
    
  1. Install dependencies using
pip install -r requirements.txt
  1. Run server using
flask run
  1. Go to http://127.0.0.1:5000/ and enjoy the application.

  2. Drop a ⭐ on the Github Repository.

📜 LICENSE

MIT

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 95.9%
  • HTML 2.9%
  • Other 1.2%