project 3
Pneumonia Chest X-ray Classification
This project aims at building an X-ray image classifier that helps classify pneumonia from the input chest X-ray images.
This project achieved the following:
- Used data augmentation to preprocess the data.
- Used vision transformer to build the model.
- Applied transfer learning using ResNet50 on the model.
The Google Drive folder of this project can be found at here, which includes the implementation of the model.