GithubHelp home page GithubHelp logo

fk-covid's Introduction

FK-Covid

A Firekube distribution for inferencing COVID-19 using COVID-Net.

Getting Started - Standalone App

We provide several ways to use FK-Covid. The easiest way is:

It will bring up a Firekube cluster with all components installed. Then run kubectl get svc -n kubeflow to get IPs for accessing the UI and the object storage.

Getting Started with Fork-Clone-Run

Please fork this repository, then clone it into your local machine,

git clone github.com:<your user>/fk-covid

Then run the setup.sh

cd fk-covid
./setup.sh

Getting Started with EKS

To use fk-covid on EKS, first please start an EKS cluster with eksctl:

eksctl create cluster eks-covid \
  --node-type=m5.large \
  --nodes=2 \
  --node-volume-size=120 \
  --region=us-west-2 \
  --timeout=40m

Then create your GitHub repository to store GitOps configuration. You can do it via the GItHub console, or using this script.

mkdir eks-covid
cd eks-covid
git init
hub create <user>/eks-covid

After you got the EKS cluster running, enable GitOps using the following commands.

EKSCTL_EXPERIMENTAL=true eksctl \
    enable repo \
    [email protected]:<user>/eks-covid \
    [email protected]  \
    --cluster=eks-covid \
    --region=us-west-2

Then install the COVID ML Profile, which is a portable profile containing all FK-Covid components.

EKSCTL_EXPERIMENTAL=true eksctl \
    enable profile \
    [email protected]:<user>/eks-covid \
    [email protected] \
    --cluster=eks-covid \
    --region=us-west-2 \
    [email protected]:weaveworks/covid-ml-profile

After the profile installed, wait until all PODs ready and FK-Covid can be accessed via URLs retrieved from kubectl get svc -n kubeflow.

When opening browser to the MinIO page, and the login page will ask you to fill in Access Key and Secret Key. Please use the default keys as minio and minio123.

Getting Started with AKS

Please create an AKS cluster and install the AKS version of COVID ML Profile from this repo: https://github.com/berndverst/covid-net-azure-profile

fk-covid's People

Contributors

alexellis avatar chanwit avatar dholbach avatar dimitropoulos avatar dlespiau avatar jrryjcksn avatar mflendrich avatar sbernheim avatar stealthybox avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.