Skip to content

This is a web app which can be used to detect the covid-19 infection from the Posteroanterior(PA) X-rays. It uses Resnet-50 for Classification of the images.

License

Notifications You must be signed in to change notification settings

vinaysanga/covid-19-detector-using-x-rays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-19-detector using X-rays

This website demonstrates the concept of detecting covid-19 infection from the Posteroanterior(PA) X-rays. It uses Resnet-50 for Classification of the images. This should not be used for primary diagnostics as this is a Proof-of-Concept that chest x-rays can be used to detect the covid infection.

Dataset used : covid-chestxray-dataset

Steps to run:

  1. Clone or download the repo and then cd to the folder.
git clone https://github.com/vinaysanga/covid-19-detector-using-x-rays.git
cd covid-19-detector-using-x-rays
  1. Install the required packages using,
pip3 install -r requirements.txt
  1. Download 'export.pkl' file by following instructions from '/models/instructions.txt'.
  2. Run the project using
python3 app.py
  1. Click to link shown in terminal to open it into your web browser.

Fin..

About

This is a web app which can be used to detect the covid-19 infection from the Posteroanterior(PA) X-rays. It uses Resnet-50 for Classification of the images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published