🧬 Blast Cell Detection

πŸ“Œ Overview

This repository contains a PyTorch-trained model for blast cell detection in microscopic blood smear images.


πŸ§ͺ Dataset

The model was trained using the publicly available:

ALL-IDB (Acute Lymphoblastic Leukemia Image Database)
πŸ”— https://scotti.di.unimi.it/all/


πŸ“¦ Model File

  • resnet_unet_attention.pth β†’ PyTorch model weights

πŸš€ Usage

To use this model, you must define the same architecture used during training, then load the weights as follows:

import torch

model = ...  # define your model architecture here
model.load_state_dict(torch.load("trained-model.pth", map_location="cpu"))
model.eval()

license: cc-by-2.0

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support