https://github.com/abhi-bhatra/covid-agegroup-determination
AI Model to determine most affected age group by COVID
https://github.com/abhi-bhatra/covid-agegroup-determination
accenture artificial-intelligence azure hackathon-project machine-learning python3
Last synced: 8 months ago
JSON representation
AI Model to determine most affected age group by COVID
- Host: GitHub
- URL: https://github.com/abhi-bhatra/covid-agegroup-determination
- Owner: abhi-bhatra
- Created: 2021-07-11T15:37:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T10:41:10.000Z (about 4 years ago)
- Last Synced: 2025-01-16T13:26:53.607Z (10 months ago)
- Topics: accenture, artificial-intelligence, azure, hackathon-project, machine-learning, python3
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predict popularity affects by COVID19
> I have trained a model, based on public dataset available online. I have compiled all the dataset, and extracted the one, which shows the direct affect on a particular age group of COVID19, determined by their sex and the region they belong to.
It was asked in the problem statement that we must predict the population that will have highest risk of contracting COVID19.
I have created a simple model, which predicts the same, on the basis of sex and the region they live.
Framework
Popularity affects by COVID19 Model is a classification model, trained using SparseNormalizer and XGBoostClassifier.
Video Presentation
https://youtu.be/vtoQF3NQJLY
Presentation Link
https://he-s3.s3.ap-southeast-1.amazonaws.com/media/sprint/accelerate-ai-hackathon/team/1109734/f537bbbprototype_submission.pptx
Instructions to use:
- Clone the repo
- Unzip the folder in local machine
- Install all the dependencies
- Install all the dependencies
- Run main.py file
- Enter the sex
- Enter the region, you want to check for
Disclaimer:
Currently, it is supporting only some region, due to that lack of availability.