All Projects → kritikaparmar-programmer → Healthcheck

kritikaparmar-programmer / Healthcheck

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

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Healthcheck

Spark Movie Lens
An on-line movie recommender using Spark, Python Flask, and the MovieLens dataset
Stars: ✭ 745 (+2028.57%)
Mutual labels:  jupyter-notebook, flask
Fullstack Flask Vuejs Argon Design
Flask Vuejs - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (-48.57%)
Mutual labels:  flask, open-source
Entity Embedding Rossmann
Stars: ✭ 758 (+2065.71%)
Mutual labels:  kaggle, jupyter-notebook
Tutorials
CatBoost tutorials repository
Stars: ✭ 563 (+1508.57%)
Mutual labels:  kaggle, jupyter-notebook
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+2405.71%)
Mutual labels:  jupyter-notebook, open-source
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+1528.57%)
Mutual labels:  kaggle, jupyter-notebook
Webinar Titanic
Stars: ✭ 16 (-54.29%)
Mutual labels:  kaggle, jupyter-notebook
Open Solution Home Credit
Open solution to the Home Credit Default Risk challenge 🏡
Stars: ✭ 397 (+1034.29%)
Mutual labels:  kaggle, open-source
Kaggle Carvana Image Masking Challenge
Top 15% ranked solution to the Carvana Image Masking Challenge on Kaggle
Stars: ✭ 13 (-62.86%)
Mutual labels:  kaggle, jupyter-notebook
4th Place Home Credit Default Risk
Codes and dashboards for 4th place solution for Kaggle's Home Credit Default Risk competition
Stars: ✭ 23 (-34.29%)
Mutual labels:  kaggle, jupyter-notebook
Datasets For Recommender Systems
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS)
Stars: ✭ 564 (+1511.43%)
Mutual labels:  jupyter-notebook, datasets
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (-17.14%)
Mutual labels:  kaggle, jupyter-notebook
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+19280%)
Mutual labels:  kaggle, jupyter-notebook
Deep Recommender System
深度学习在推荐系统中的应用及论文小结。
Stars: ✭ 657 (+1777.14%)
Mutual labels:  kaggle, jupyter-notebook
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (+1117.14%)
Mutual labels:  jupyter-notebook, open-source
Face Mask Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Stars: ✭ 774 (+2111.43%)
Mutual labels:  kaggle, jupyter-notebook
Data Science Projects
DataScience projects for learning : Kaggle challenges, Object Recognition, Parsing, etc.
Stars: ✭ 361 (+931.43%)
Mutual labels:  kaggle, jupyter-notebook
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (+1028.57%)
Mutual labels:  jupyter-notebook, flask
Deepfake Detection
DeepFake Detection: Detect the video is fake or not using InceptionResNetV2.
Stars: ✭ 23 (-34.29%)
Mutual labels:  kaggle, jupyter-notebook
Interview
Interview = 简历指南 + LeetCode + Kaggle
Stars: ✭ 7,207 (+20491.43%)
Mutual labels:  kaggle, jupyter-notebook

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].