aditya9-2 / Healthzoid

It's an app covering an area to detect some common and yet diseases full of risks so that a person can be able to find the symptoms without the visit to the physician. These are the diseases: brain tumour; breast cancer; parkinson's disease; heart disease ; COVID 19 ;diabetes ; pneumonia and alzheimer's. We are aware of the fact that our app is able to detect over 80 percent accuracy in all the model (in one case in 100%) and yet it can help to have a preliminary home check-up to avoid hurry and worry. Therefore we think that it has a medical as well as home-care value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthzoid using Convolution Neural Networks and Machine Learning

Acknowledgements

Covid 19

Appendix

Healthzoid is 8-in-1 multi-disease detection system. It supports prediction for brain tumour, breast cancer, alzheimer, diabetes, pneumonia, heart disease, and Parkinson's disease. It is a machine learning, deep learning enabled medical system. It has the potential to decrease the ongoing activity to doctors for prediction of a disease.

  1. It is a cost-optimized model -- you can detect wheter you have a chronic disease at you leisure, just sitting at home.
  2. Prevention is always better than cure -- due to people's lifestyles in the modern society, catching a chronic disease like diabeteshas become quite common. To prevent and find out earlier whether you have got a disease.
  3. We plan to implement IOT in this project and further retrain our models for a more better and accurate understanding.

Authors

Demo

https://prnt.sc/4fSXiuhoELMF

https://prnt.sc/TkVKfc6KhqoE

https://prnt.sc/kpVsK5yViMf1

Run Locally

Create a conda environment

  conda create -n healthzoid python=3.9

Go to the project directory

  cd healthzoid

Install dependencies

  conda activate healthzoid
  pip install opencv-python numpy tensorflow sklearn imutils flask xgboost

You can use conda too.

Start the server

  flask run

License

MIT

About

It's an app covering an area to detect some common and yet diseases full of risks so that a person can be able to find the symptoms without the visit to the physician. These are the diseases: brain tumour; breast cancer; parkinson's disease; heart disease ; COVID 19 ;diabetes ; pneumonia and alzheimer's. We are aware of the fact that our app is able to detect over 80 percent accuracy in all the model (in one case in 100%) and yet it can help to have a preliminary home check-up to avoid hurry and worry. Therefore we think that it has a medical as well as home-care value.


Languages

Language:Jupyter Notebook 98.7%Language:HTML 1.2%Language:Python 0.2%