/covid19_research

COVID19 Research

Primary LanguageJupyter NotebookMIT LicenseMIT

COVID19 Reseach

COVID 19 Research

Requirements:

  1. Python 3.7+

Documents

  1. Proposal
  2. Data Sources and Attribute List
  3. Presentation
  4. Datasets

Dashboard

  1. COVID-19 Dashboard

Monitoring Tool for Corona Virus

  • Built using HTML5/CSS3/JS Stack
  • Hosted in Codepen

Data

  1. NCBI Mutation Data
# How to update the data
python3 covid19/data/fetch_ncbi_data.py
# How to use the dataset
from covid19.data import NucleotideData
from covid19.data import ProteinData

nucleotide_data = NucleotideData()
protein_data = ProteinData()