Skip to content

AmanNawazManjith/Team_4max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team_4max

COVID Diagnosis and Analysis

COVID-19 had has an enomormous impact on lifestyle of people in the last 2 years. Nonprofits, universities and other academic institutions around the world are turning to artificial intelligence (AI) and data analytics to help us better understand COVID-19 and its impact on communities—especially vulnerable populations and healthcare workers.

We made a Web Application with the help of the Streamlit API, in the Web Application we will be conducting both a diagnosis using a machine learning model on the first page of the web application and then on the 2nd page we will show Exploratory Data Analysis(EDA) on the covid cases data to see the variations of confirmed cases, cured cases, deaths over time as well as density of cases in various states in India and represented them graphically on scatter plots, line graph and bar graph for convenience.

We have also implemented a trained classification model to predict if a person has covid or not from a set of his/her symptoms.The interface in created in streamlit.

Databases

corona_tested_individuals_preprocessed.csv

This dataset was utilized for the diagnosis prediction. The dataset contains a sample of symptoms collected from over 200,000 people. The symptoms include cough, fever, sore throat, shortness of breath and head ache. It also considers the age of the person and their previous experiences with COVID. We trained our classification ML model using this dataset.

covid_19_india_preprocessed.csv

This dataset was used for the analysis and visualization of COVID cases in India. The dataset contains data on the number of people who contracted, recovered and died due to COVID from each state and union territory along with the dates the numbers were sampled.

Screenshots:

Line Chart:

image

Bar Chart:

image

Plotly:

image

Demo:

2021-10-14.16-44-01.mp4

How to run:

Step 1. Clone the repository

Step 2. Go to the root folder in the repository and type streamlit run app.py

Step 3. Enoy the app!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •