This project aims to predict future trends of COVID-19 cases using data from Worldometer. By building and analyzing plots/graphs, we aim to understand potential future scenarios if the reporting and testing of cases continue.
- Data Extraction: Extracts COVID-19 data from the Worldometer website.
- Data Analysis: Analyzes the extracted data to identify trends.
- Prediction Model: Implements a simple classification model to predict future COVID-19 case trends.
- Visualization: Builds plots/graphs to visualize current and predicted trends.
- Predict the future trend of COVID-19 cases.
- Visualize artificial trends and patterns in the data.
- Clone the repository:
git clone https://github.com/eagleofthesteppes/MedXAI.git
- Install dependencies:
pip install -r requirements.txt
- Change to the data directory:
cd data/
- Run the data extraction script:
python sort_and_divide_data.ipynb
- Update the repository:
git pull origin main
- Data Extraction: The script
sort_and_divide_data.py
extracts data from the OWID Dataset and saves the CSV files in a subfolder. - Data Analysis: The script
analyze_data.py
reads the CSV file, performs analysis, and generates plots/graphs.
We welcome contributions! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any questions or suggestions, please open an issue or contact us at [[email protected]], [[email protected]], [[email protected]].
- Nitin - [email protected]
- Aditya - [email protected]
- Ryan - [email protected]
- Hazel - [email protected]
- Tatsat - [email protected]
- Tri - [email protected]
- Mayank - [email protected]