|
a |
|
b/Projects/FastAI/README.md |
|
|
1 |
# Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project |
|
|
2 |
## Acute Lymphoblastic Leukemia Classifiers 2019 |
|
|
3 |
### FastAI Classifiers |
|
|
4 |
|
|
|
5 |
 |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
# Table Of Contents |
|
|
10 |
|
|
|
11 |
- [Introduction](#introduction) |
|
|
12 |
- [DISCLAIMER](#disclaimer) |
|
|
13 |
- [Projects](#projects) |
|
|
14 |
- [Contributing](#contributing) |
|
|
15 |
- [Contributors](#contributors) |
|
|
16 |
- [Versioning](#versioning) |
|
|
17 |
- [License](#license) |
|
|
18 |
- [Bugs/Issues](#bugs-issues) |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
|
|
|
22 |
# Introduction |
|
|
23 |
The FastAI classifier projects are a collection of projects that use computer vision programs written using FastAI to classify Acute Lymphoblastic Leukemia in unseen images. |
|
|
24 |
|
|
|
25 |
The idea of using FastAI for fast prototyping of models was introduced to the project by [Salvatore Raieli](https://www.leukemiaresearchassociation.ai/team/salvatore-raieli "Salvatore Raieli") who provided a Google Colab notebook that used FastAI with [Resnet50](Resnet50 "Resnet50") and **ALL_IDB2** from the [Acute Lymphoblastic Leukemia Image Database for Image Processing](https://homes.di.unimi.it/scotti/all/ "Acute Lymphoblastic Leukemia Image Database for Image Processing") dataset. |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
# DISCLAIMER |
|
|
30 |
These projects should be used for research purposes only. The purpose of the projects is to show the potential of Artificial Intelligence for medical support systems such as diagnosis systems. |
|
|
31 |
|
|
|
32 |
Although the classifiers are accurate and show good results both on paper and in real world testing, they are not meant to be an alternative to professional medical diagnosis. |
|
|
33 |
|
|
|
34 |
Developers that have contributed to this repository have experience in using Artificial Intelligence for detecting certain types of cancer. They are not a doctors, medical or cancer experts. |
|
|
35 |
|
|
|
36 |
Salvatore Raieli is a bioinformatician researcher and PhD in Immunology, but does not work in medical diagnosis. |
|
|
37 |
|
|
|
38 |
Please use these systems responsibly. |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
|
|
|
42 |
# Projects |
|
|
43 |
|
|
|
44 |
| Project | Description | Status | Author | |
|
|
45 |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
|
|
46 |
| [FastAI Resnet50 Classifier](Resnet50/ALL-FastAI-Resnet-50.ipynb "FastAI Resnet50 Classifier") | A FastAI model trained using Resnet50 | Ongoing | [Salvatore Raieli](https://www.leukemiaresearchassociation.ai/team/salvatore-raieli "Salvatore Raieli") | |
|
|
47 |
| [FastAI Resnet50(a) Classifier](Resnet50/ALL-FastAI-Resnet-50-a.ipynb "FastAI Resnet50(a) Classifier") | A FastAI model trained using Resnet50 | Ongoing | [Adam Milton-Barker](https://www.leukemiaresearchassociation.ai/team/adam-milton-barker "Adam Milton-Barker") | |
|
|
48 |
| [FastAI Resnet34 Classifier](Resnet34/ALL-FastAI-Resnet-34.ipynb "FastAI Resnet34 Classifier") | A FastAI model trained using Resnet34 | Ongoing | [Salvatore Raieli](https://www.leukemiaresearchassociation.ai/team/salvatore-raieli "Salvatore Raieli") | |
|
|
49 |
| [FastAI Resnet18 Classifier](Resnet18/ALL-FastAI-Resnet-18.ipynb "FastAI Resnet18 Classifier") | A FastAI model trained using Resnet18 | Ongoing | [Salvatore Raieli](https://www.leukemiaresearchassociation.ai/team/salvatore-raieli "Salvatore Raieli") | |
|
|
50 |
|
|
|
51 |
|
|
|
52 |
|
|
|
53 |
# Contributing |
|
|
54 |
|
|
|
55 |
The Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research project encourages and welcomes code contributions, bug fixes and enhancements from the Github. |
|
|
56 |
|
|
|
57 |
Please read the [CONTRIBUTING](../../CONTRIBUTING.md "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. |
|
|
58 |
|
|
|
59 |
## Contributors |
|
|
60 |
|
|
|
61 |
- [Salvatore Raieli](https://www.leukemiaresearchassociation.ai/team/salvatore-raieli "Salvatore Raieli") - [Asociacion De Investigation En Inteligencia Artificial Para La Leucemia Peter Moss](https://www.leukemiaresearchassociation.ai "Asociacion De Investigation En Inteligencia Artificial Para La Leucemia Peter Moss") Bioinformatics & Immunology AI R&D, Bologna, Italy |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
# Versioning |
|
|
66 |
|
|
|
67 |
We use SemVer for versioning. |
|
|
68 |
|
|
|
69 |
|
|
|
70 |
|
|
|
71 |
# License |
|
|
72 |
|
|
|
73 |
This project is licensed under the **MIT License** - see the [LICENSE](../../LICENSE "LICENSE") file for details. |
|
|
74 |
|
|
|
75 |
|
|
|
76 |
|
|
|
77 |
# Bugs/Issues |
|
|
78 |
|
|
|
79 |
We use the [repo issues](../../issues "repo issues") to track bugs and general requests related to using this project. |