Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xtremilicious/covid-19-probability-detection

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.
https://github.com/xtremilicious/covid-19-probability-detection

coronavirus covid-19 machine-learning python3

Last synced: 25 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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