Skip to content
#

corona

Here are 412 public repositories matching this topic...

covid19-tracker-cli

A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates. curl -L covid19.trackercli.com

  • Updated Jun 21, 2020
  • JavaScript
coronastatus
michaelmcmillan
michaelmcmillan commented Mar 26, 2020
server {
    server_name coronastatus.fr www.coronastatus.fr;

    location / {
        proxy_pass http://127.0.0.1:5000;

        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
        proxy_set_header X-Real-IP $remote_addr;
     
bug
coronainfobd

COVID-19 Detection Chest X-rays and CT scans: COVID-19 Detection based on Chest X-rays and CT Scans using four Transfer Learning algorithms: VGG16, ResNet50, InceptionV3, Xception. The models were trained for 500 epochs on around 1000 Chest X-rays and around 750 CT Scan images on Google Colab GPU. A Flask App was later developed wherein user can upload Chest X-rays or CT Scans and get the output of possibility of COVID infection.

  • Updated Jun 27, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the corona topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the corona topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.