Skip to content

AvionAI/covid_classification_by_lung

Repository files navigation

COVID DIAGNOSIS BY LUNG X-RAY IMAGES

Problem: In this project, the aim was classifying Lung X-Ray images into 4 classes, namely Covid-19,Lung Opacity, Viral Pneumonia and Healthy.

The dataset used for training and test can be found in Kaggle: https://www.kaggle.com/tawsifurrahman/covid19-radiography-database

Solution: We developed an object-oriented system consisting of image,preprocessing,model classes. Utilizing these classes, we used the architecture VGG16 and pretrained weights of imagenet to increase the accuracy. In addition, we used CLAHE in the image enhancement part.

You can see the demonstration with data in the IPython notebook we placed to the repository.

Results -->> Training Accuracy: %98.2, Validation Accuracy: %95.3, Test Accuracy: %94.1

About

Covid disease classification by lung images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published