All Projects → VirusTrack → COVIDvu

VirusTrack / COVIDvu

Licence: BSD-3-Clause license
Volunteers building and sharing current, accurate, near real-time COVID-19 tracking and prediction tools.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
shell
77523 projects
Sass
350 projects
HTML
75241 projects

Projects that are alternatives of or similar to COVIDvu

Covid19Tracker
A Robinhood style COVID-19 🦠 Android tracking app for the US. Open source and built with Kotlin.
Stars: ✭ 65 (+333.33%)
Mutual labels:  pandemic, coronavirus, coronavirus-tracking, covid-19
covid-19-status
Menu bar widget for MacOS with COVID-19 statistics
Stars: ✭ 50 (+233.33%)
Mutual labels:  pandemic, coronavirus, coronavirus-tracking, covid-19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+713.33%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
web-coronavirus-stats
🌎 🦠 😷 Coronavirus disease (COVID-2019) global / world / country statistics and reports
Stars: ✭ 2 (-86.67%)
Mutual labels:  pandemic, coronavirus, covid-19
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (+0%)
Mutual labels:  pandemic, coronavirus, covid-19
covid-19
Open source web map for tracking COVID-19 global cases
Stars: ✭ 23 (+53.33%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Covid19radar
Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
Stars: ✭ 35 (+133.33%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
covid19
This API provides updated real-time data on coronavirus cases from the worldometers page, provided by the most reputable organizations and statistical offices in the world.
Stars: ✭ 77 (+413.33%)
Mutual labels:  pandemic, coronavirus, covid-19
covid19-data-greece
Datasets and analysis of Novel Coronavirus (COVID-19) outbreak in Greece
Stars: ✭ 16 (+6.67%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
covid19-animation-generator
Generates an animation of COVID-19 data
Stars: ✭ 33 (+120%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+186.67%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+213.33%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Corona Cli
🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
Stars: ✭ 1,812 (+11980%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+15386.67%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
COVID-19-CaseStudy-and-Predictions
This repository is a case study, analysis and visualization of COVID-19 Pandemic spread along with prediction models.
Stars: ✭ 90 (+500%)
Mutual labels:  coronavirus, covid-19, johns-hopkins-csse
react-covid
Covid Tracker React Application
Stars: ✭ 16 (+6.67%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+33.33%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
coronavirus-wallpaper
🦠 Application that allows you to update your wallpaper with the COVID-19 stats in your area
Stars: ✭ 12 (-20%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+226.67%)
Mutual labels:  pandemic, coronavirus, covid-19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (+133.33%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19

COVIDvu

Looking for the latest COVID-19 country and state level numbers? Head to the virustrack.live COVID-19 dashboard.

This project hosts the COVID-19 Virus Track live website and provides a the COVIDvu (COVID-19 viewer) zero-install data science lab for exploring the pandemic. The project is divided in these phases:

  1. Build and deploy the zero install data science lab - DONE
  2. Build and deploy the virustrack.live website to provide near real-time pandemic information in the form of comparative trend plots - DONE
  3. Ensure data ingress from reliable, consistent, robust data sources - IN PROGRESS - only JH CSSE and BNO News seem to be up-to-date and their data sources are in flux
  4. Evolve the website and tools from data extraction and trend display toward prediction
  5. Expand the lab and website to provide tools and information for tracking and visualizing other zoonotic spillovers, or to revisit previous spillovers like Ebola and SARS.

Developers

This project is designed so that developers and scientists can work in a zero install environment by pulling a Docker image and performing all research and coding activities within a container. Users may also chose to use their preferred IDE and other Python tools and work on the file system, without ever runnint the dockersized version. This instructions show how to install and run this zero install container.

Run from a Docker container, zero install

Prerrequisites: docker-compose must be available in the target system. These instrutions are UNIX-specific.

  • Clone this repository

    git clone https://github.com/VirusTrack/COVIDvu.git covidvu

  • Go to the covidvu directory

    cd covidvu

  • Set the COVIDvu Jupyter working directory to the current directory by creating a runtime configuration via the run.env file

    cp run.env.SAMPLE run.env
    

    Change it to reflect your development environment and preferences

    export COVIDVU_JUPYTER_MOUNT_POINT="/Users/joeuser/development/covidvu"
    export COVIDVU_NIC_BIND="127.0.0.1"
    export COVIDVU_PORT_BIND="8808"
    
    
  • Start the container using the ./run script

    ./run
    

    Wait until Docker pulls the latest image becaues the COVIDvu lab is based on the 4.5 GB (JupyterLab Data Science Notebook Docker image](https://hub.docker.com/r/jupyter/datascience-notebook/)

    A confirmation message appears in the console after the image pull completes and the lab starts

    Status: Downloaded newer image for pr3d4t0r/covidvu:latest
    Creating covidvu_cime_dev ... done
    
  • Get the JupyterLab authentication token to confirm that the container is running

    docker logs covidvu_cime_dev
    
    # Output:
    
        To access the notebook, open this file in a browser:
          file:///home/jovyan/.local/share/jupyter/runtime/nbserver-17-open.html
      Or copy and paste one of these URLs:
          http://d57f7b87cf42:8888/?token=025c268f52a758f66112c115e5e407842c71de68be440475
       or http://127.0.0.1:8888/?token=025c268f52a758f66112c115e5e407842c71de68be440475
    
    
  • Open the JupyterLab by going to http://localhost:8808/lab, then enter the authentication token in the appropriate box; choose a password to avoid this step in the future

  • Open a terminal to verify that files and other work are managed by Git

    # Enter these commands in a JupyterLab terminal!
    git branch -a
    
    # Output: 
    
    * master
      remotes/origin/0006-Automatic-data-refresh
      remotes/origin/0011-plot-untracked-outcomes
      remotes/origin/0016-Front-end-scaffolding
      remotes/origin/0021-Local-launch-instructions
      remotes/origin/HEAD -> origin/master
      remotes/origin/JA-refactor-interact
      remotes/origin/master
    

Git, Python, Vim, and various tools are all available from the command line and in some of the existing notebooks. Look at the Makefile to see what tools are installed to complement the JupyterLab setup.

  • Install the plotly and cufflinks packages and make them available to the lab and notebooks, to confirm that everything is working as expected

    # In the ./work directory:
    pip install -r requirements.txt
    

After careful consideration, the core team decided that embracing standard Python tools like pip is a better policy than managing packages and workflows using Anaconda.


Run the COVIDvu notebook

The system uses the Johns Hopkins University CSSE dataset to do its work. Pull the datasets they made available on GitHub via the README notebook at http://localhost:8808/notebooks/work/README.ipynb

  • Run the cells in the section Get the latest data from Johns Hopkins CSSE

Due to limitations in how JupyterLab deals with Plotly and other third-party tools, the notebooks that display plots must be executed in the JupyterNotebook environment. The plots will appear blank if the notebooks are executed inside the JupyterLab environment.

Ready to generate the visualizations? Go to http://localhost:8808/notebooks/work/COVIDvu.ipynb and execute all the cells in order.

That's it!


Live documentation

Look at http://localhost:8808/notebooks/work/README.ipynb for helpful tools. The section Improve the command prompt and environment, for example, sets a .bash_profile with a better prompt, path, aliases, etc. that improve the experience when working at the terminal prompt.


© 2020 the COVIDvu Contributors team. All rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].