Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (12 loc) · 1.06 KB

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