Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harmanveer-2546/covid-19-chances-detection
The main goal of this project is to build a machine learning model that, given a Covid-19 patient's current symptom, status, and medical history, will predict whether the patient is in high risk or not.
https://github.com/harmanveer-2546/covid-19-chances-detection
covid-19 covid-data logistic-regression matplotlib mlp-classifier numpy pandas python random-forest seaborn sklearn-library xgboost
Last synced: 6 days ago
JSON representation
The main goal of this project is to build a machine learning model that, given a Covid-19 patient's current symptom, status, and medical history, will predict whether the patient is in high risk or not.
- Host: GitHub
- URL: https://github.com/harmanveer-2546/covid-19-chances-detection
- Owner: harmanveer-2546
- Created: 2024-06-12T16:37:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T16:38:26.000Z (5 months ago)
- Last Synced: 2024-06-12T22:53:12.968Z (5 months ago)
- Topics: covid-19, covid-data, logistic-regression, matplotlib, mlp-classifier, numpy, pandas, python, random-forest, seaborn, sklearn-library, xgboost
- Language: Jupyter Notebook
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Covid-19 Chances Detection
Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus. Most people infected with COVID-19 virus will experience mild to moderate respiratory illness and recover without requiring special treatment. Older people, and those with underlying medical problems like cardiovascular disease, diabetes, chronic respiratory disease, and cancer are more likely to develop serious illness.
During the entire course of the pandemic, one of the main problems that healthcare providers have faced is the shortage of medical resources and a proper plan to efficiently distribute them. In these tough times, being able to predict what kind of resource an individual might require at the time of being tested positive or even before that will be of immense help to the authorities as they would be able to procure and arrange for the resources necessary to save the life of that patient.
The main goal of this project is to build a machine learning model that, given a Covid-19 patient's current symptom, status, and medical history, will predict whether the patient is in high risk or not.