/XRAY-COVID-PREDICTION

ML Model to predict Covid

Primary LanguageHTML

Predict COVID From Xray Report

⚡ TECH STACK

Covid Prediction

About

It's a ML Model to detect covid from xray reports of the patient

  • INPUT : JPEG, PNG, JPG
  • OUTPUT : VIRAL, COVID+, COVID-
  • PYTORCH IMAGE CLASSIFIER is used to implement this ML Model.
  • DATASET used to train our model

DOCKER SETUP

  • download docker, docker-compose
  • build and start the docker-compose
sudo docker-compose build
sudo docker-compose up
  • now start working on the project

TRAVIS-CI (CI/CD)

  • PR should be accepted by Travis-Ci
  • Write test cases if it is needed
  • It should be linted [ PEP8 Guidelines ]