godus3r/CovidQ
With the increasing amount of covid threats, everyone is trying to get themselves tested which is causing a surge in the testing facilities. This might delay the testing for the people who might be more at risk of Covid. Since there is no way to gauge who urgently needs it, currently we can't define a priority queue for the testing. Tackling this problem, we wish to design a system that helps in prioritizing covid testing. This system would output a list of patients in decreasing order of susceptibility to covid thereby making it easier for the covid testing centers to prioritize patients that are highly vulnerable to covid rather than first come first serve basis which is inefficient for our current needs.
Python
No issues in this repository yet.