Skip to content

Analyzes data for probable symptoms of COVID-19 and suggests the probability of being affected by it. This will help in prioritizing the actual checkup for the patients having higher probability.

Notifications You must be signed in to change notification settings

Xtremilicious/COVID-19-Probability-Detection

Repository files navigation

COVID-19 Probability Detection

Abstract

The cases for the patients affected by COVID-19 or Coronavirus is increasing at an exponential rate. This leads to an increase in the patients who have visible symptoms who need to be tested for the virus. The idea is to find out the probability/chance of a patient being affected by the the virus by comparing and analyzing the symptoms from the previous confirmed cases of virus-affected patients.

The patients who have a higher probability can be prioritized to have a checkup before the patients who have a lower probability. This measure will help detect positive cases in patients much faster than selecting and testing random patients.

Dataset

The dataset used in this project is randomly generated and hence the predictions are not accurate. Using an actual dataset with real data involving affected patients will generate much better results.

Run it!

Install the required dependencies

pip install pandas numpy sklearn tensorflow flask pickle

Run the code:

python myTraining.py

python main.py

About

Analyzes data for probable symptoms of COVID-19 and suggests the probability of being affected by it. This will help in prioritizing the actual checkup for the patients having higher probability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published