Detection of Covid-19 using Chest X-Ray images using deep learning techniques
Done a project on the detection of Covid-19 using Chest X-Ray images using deep learning techniques (CNN and transfer learning). My project has 3 parts.
1. CNN model built by using Keras library (got an accuracy of 91.3%)
2. By using transfer learning, used RESNET50 (got an accuracy of 94%)
3.By using transfer learning, used VGG16 (got an accuracy of 93.7%)
Write a detection of Covid-19 using chest X-Ray images using deep learning techniques.