PyTorch Acute Lymphoblastic Leukemia Detection using convolutional neural networks model.
This project should be used for research purposes only. Please don't use in hospital on real patiences
To get started follow the installation guide to find out how to clone the repository.
You need to be granted access to use the Acute Lymphoblastic Leukemia Image Database for Image Processing dataset. You can find the application form and information about getting access to the dataset on this page as well as information on how to contribute back to the project here. If you are not able to obtain a copy of the dataset please feel free to try this tutorial on your own dataset, we would be very happy to find additional AML & ALL datasets.
In this project, ALL-IDB1 is used, one of the datsets from the Acute Lymphoblastic Leukemia Image Database for Image Processing dataset. We will use data augmentation to increase the amount of training and testing data we have.
"The ALL_IDB1 version 1.0 can be used both for testing segmentation capability of algorithms, as well as the classification systems and image preprocessing methods. This dataset is composed of 108 images collected during September, 2005. It contains about 39000 blood elements, where the lymphocytes has been labeled by expert oncologists. The images are taken with different magnifications of the microscope ranging from 300 to 500."
Model Results
OS | Hardware | Training | Validation | Test | Accuracy | Recall | Precision | AUC/ROC |
---|---|---|---|---|---|---|---|---|
Google Colab | Tesla K80 GPU | 1180 | 404 | 20 | 1.0 | 1.0 | 1.0 | 0.9948964 |
Windows 10 | NVIDIA GeForce 940MX | 1180 | 404 | 20 | 1.0 | 1.0 | 1.0 | 0.9908836 |
Code contributions are welcome, bug fixes and enhancements from the Github.
Please read the CONTRIBUTING document for a full guide to forking our repositories and submitting your pull requests. You will also find information about our code of conduct on this page.
- Allen Akhaumere - Mascot Defense Co-founder and CTO at Mascot Defense
This project is licensed under the MIT License - see the LICENSE file for details.
I use the repo issues to track bugs and general requests related to using this project. See CONTRIBUTING for more info on how to submit bugs, feature requests and proposals.