All Projects → sudnyeshtalekar → E Healthify

sudnyeshtalekar / E Healthify

App developed for Hack-the-Crisis India.

Projects that are alternatives of or similar to E Healthify

Google keyword detection challenge
https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Integer Programming With Python
Introduction to Linear and Integer Programming Book
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Dlsm
Deep Learning Study Material
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Foundations course
Materials for the preparatory course for new students of the Master of Autonomous Systems program
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Simplest Tensorflow Tensorboard Mnist Embedding Visualisation
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Ilearndeeplearning.py
This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
Stars: ✭ 896 (+4877.78%)
Mutual labels:  jupyter-notebook
Ijcai 18 Alimama Sponsored Search Conversion Rate Cvr Prediction Contest
Source Code of IJCAI-18 Alimama Sponsored Search Conversion Rate Prediction Contest
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Tensorflowmnist
Various neural networks on MNIST data using TensorFlow library
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Uber profit model
A predictive model to help Uber drivers make more money
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Lab files
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Pydhamed
Dynamic Histogram Analysis To Determine Free Energies and Rates from Biased Simulations
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Pulmonary nodules ai diagnosis
Tianchi medical AI competition [Season 1]: Intelligent diagnosis of pulmonary nodules. 肺部结节智能诊断
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Computer Vision
Computer vision exercise with Python and OpenCV.
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Machine learning denoising
A Keras implementation of the "Deep Image Prior" paper.
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Algorithms
Repository for the Algorithms course
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Text Summarization
Extractive vs. Abstractive Text Summarization Methods
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Ansible Jupyter.dockerfile
Building the Docker image with Ansible and Jupyter.
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Ml unsam
Repositorio de la materia Aprendizaje Automático (2do cuatrimestre de 2020)
Stars: ✭ 18 (+0%)
Mutual labels:  jupyter-notebook
National generation capacity
Data package: national generation capacity
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook
Bioinformatics
Course materials for Computational Biology and Bioinformatics - BI462
Stars: ✭ 17 (-5.56%)
Mutual labels:  jupyter-notebook

e-Healthify

App developed for Hack-the-Crisis India.
Predicts the infection probability of a person.

App Features

  • The objective of this system is to predict the probability of a person getting infected by COVID-19.
  • To predict the probability, various parameters are taken into consideration.
  • These parameters were identified with combined efforts of experts of the healthcare industry and various government bodies.

These parameters include:
i. Place
ii. Gender
iii. Occupation
iv. Mode of usual transport
v. Number of confirmed cases per 1 million population in that region
vi. Number of Death case per 1 million population in that region
vii. Presence of one or more additional medical conditions co-occurring with a primary condition [Hypertension/diabetes/coronary heart disease]
viii. Age of the person
ix. Neurological coma score
x. Pulmonary PaO2 (mmHg)/FiO2
xi. Cardiological Mean systolic Arterial pressure (mmHg)
xii. Diuresis in mL/Day
xiii. Haematological Platelets 10/L
xiv. Hepatic Blood bilirubin (µmol/L)
xv. D-dimer concentration in the blood (ng/ml)
xvi. Number of times a person's heart beats per minute
xvii. High-density lipoprotein level (milligrams per decilitre)
xviii. One-year mortality for a patient who may have a range of comorbid conditions, such as heart disease, AIDS, or cancer
xix. Concentration of glucose present in the blood (millimoles per litre)
xx. Average number of foreign trips taken by the person per month, considering last 2 years data

  • Data of these parameters and the probability of them being affected, of more than 10,000 people is collected.
  • Using this data, an ANN prediction model is built which can predict the probability of a person getting affected by the CoronaVirus.
  • As the testing procedures for the virus take a lot of time and the testing kits are available in limited supply, this algorithm can be used by the local doctors to predict the probability.
  • The input parameters of the algorithm are given as input by the local doctor/physician or medical camps setup by Health Organisations to give a probability score of the patient.
  • If the probability of the infection is high, then the patient is kept under isolation and sent for further testing and screening
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].