Diff of /Projects/Caffe/README.md [000000] .. [acd362]

Switch to unified view

a b/Projects/Caffe/README.md
1
# Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project
2
## Acute Lymphoblastic Leukemia Classifiers 2019
3
### Caffe Classifiers
4
5
![Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project](../../Media/Images/Peter-Moss-Acute-Myeloid-Lymphoblastic-Leukemia-Research-Project.png)
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 Peter Moss Acute Lymphoblastic Leukemia Caffe Classifiers are a collection of projects that use computer vision written in Python with Caffe to classify Acute Lymphoblastic Leukemia in unseen images.
24
25
 
26
27
# DISCLAIMER
28
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.
29
30
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.
31
32
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.
33
34
Please use these systems responsibly.
35
36
 
37
38
# Projects
39
40
| Projects                                                                                                                         | Description                                                 | Status  | Author  |
41
| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ------- | ------- |
42
| [AllCNN Caffe Classifier](Projects/Caffe/allCNN "AllCNN Caffe Classifier") | Acute Lymphoblastic Leukemia classifier created using the Caffe framework. | Ongoing | [Adam Milton-Barker](https://www.leukemiaresearchassociation.ai/team/adam-milton-barker "Adam Milton-Barker") |
43
44
 
45
46
# Contributing
47
48
The Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research project encourages and welcomes code contributions, bug fixes and enhancements from the Github.
49
50
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.
51
52
## Contributors
53
54
- [Adam Milton-Barker](https://www.leukemiaresearchassociation.ai/team/adam-milton-barker "Adam Milton-Barker") - [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") President & Lead Developer, Sabadell, Spain
55
56
 
57
58
# Versioning
59
60
We use SemVer for versioning.
61
62
 
63
64
# License
65
66
This project is licensed under the **MIT License** - see the [LICENSE](../LICENSE "LICENSE") file for details.
67
68
 
69
70
# Bugs/Issues
71
72
We use the [repo issues](../issues "repo issues") to track bugs and general requests related to using this project.