This document summarizes a research paper that analyzes COVID-19 data using machine learning algorithms. It first introduces the authors and provides an abstract describing the project's goal of gaining insights from COVID-19 data using Python and Tableau visualization tools. It then reviews related work applying models and algorithms to infectious disease data. The methodology section outlines the process used: collecting data from government websites, cleaning the data, performing data visualization, calculating accuracy of different algorithms (logistic regression, KNN, random forest, decision tree), and using the most accurate algorithm to predict if a person is COVID-19 positive based on symptoms.