The main objective of this project is to classify the given radiographic (x-ray) image into four categories :
- Normal
- Covid
- Lung Opacity
- Pneumonia
-> We can install pytorch from their official website: https://pytorch.org/get-started/locally/
-> Command to install flask : 'pip install flask'
You can make virtual environment in your anaconda navigator and install the necessary libarires there.
A pretrained Resnet architecture is used to train the model. The model is trained on about 22-23 thousand radiographic image. Know more about the resnet architecture : https://towardsdatascience.com/an-overview-of-resnet-and-its-variants-5281e2f56035
https://www.kaggle.com/preetviradiya/covid19-radiography-dataset