You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a CNN to classify WBCs from microscopic images into 8 different classes. The model is trained using stratified 5-fold CV and a weighted random sampler. It supports single/batch inference. All modules conform to an interface file-based grading/evaluation system.
Deep learning-based blood cell segmentation and classification using U-Net architecture with automated RBC, WBC, and platelet counting. Achieved 92.83% validation accuracy.
Deep learning classification of white blood cells using Custom CNN, VGG16 and ResNet18, with transfer learning, data augmentation, Focal Loss and Grad-CAM++ explainability.