Skip to content

An auto-retraining powered REST API with automated training pipeline for classifying XRay images as 'COVID' or 'NOT'. Built during quarantine!

Notifications You must be signed in to change notification settings

k4rth33k/covid-xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

covid-xray

A fully automated, deep learning powered REST API to detect COVID-19 from X-ray images with automated retraining.

Automation:The model will be re-trained every three days with the new data and the API will be refreshed

Usage

You can use curl to test the API or any other API testing tool like postman

curl -i \
    -X POST \
    -H "Content-Type: multipart/form-data" \
    -F "image=@your_image_name" 
    http://api-covid.eastus2.azurecontainer.io/api

Architecture

  • The REST API is a flask app which runs on an Azure Container Instance
  • The Automation Pipeline is a Kubeflow pipeline which runs on Azure Kubernetes Cluster
  • Both the entities communicate via a Azure file share which is attached as a volume to the API container.

Our architecture

About

An auto-retraining powered REST API with automated training pipeline for classifying XRay images as 'COVID' or 'NOT'. Built during quarantine!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published