Skip to content

abhipi/CoviScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

CoviScan- CNN based COVID-19 Variant Prediction

This native Android app uses a RESNET-18 model, trained using PyTorch, to detect COVID-19 with chest X-ray radiographs. The accuracy of the model was 98.9% on the COVID-QU-Ex Dataset and 73.8% across real world samples collected at the Powai Polyclinic and Hospital, Mumbai. The APK for this app can be downloaded using the link: https://drive.google.com/file/d/1VrsETSk48RTLPMqV0ly9HU3K8hj3MRuw/view?usp=sharing

image image image

File Structure

  • load_train_model.ipynb: Jupyter Notebook to load the dataset and train and test the 18-layer mobile CNN.
  • CovidPredictor: Source code for the deployed Android application, with which the trained model is locally bundled.

About

CoviScan is an Android application that utilizes a RESNET-18 model, trained in PyTorch, to detect the presence of COVID-19 through chest radiographs and classify variants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors