--- a
+++ b/Projects/Caffe/allCNN/README.md
@@ -0,0 +1,72 @@
+# Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project
+## Acute Lymphoblastic Leukemia Classifiers 2019
+### AllCNN Caffe Classifier
+
+![Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project](../../../Media/Images/Peter-Moss-Acute-Myeloid-Lymphoblastic-Leukemia-Research-Project.png)
+
+ 
+
+# Table Of Contents
+
+- [Introduction](#introduction)
+- [Network Layers](#network-layers)
+- [Training Data](#training-data)
+- [Tutorials](#tutorials)
+- [Contributing](#contributing)
+    - [Contributors](#contributors)
+- [Versioning](#versioning)
+- [License](#license)
+- [Bugs/Issues](#bugs-issues)
+
+ 
+
+# Introduction
+The AllCNN Caffe Classifier is a Caffe network created by following the work in the research paper: [Acute Myeloid Leukemia Classification Using Convolution Neural Network In Clinical Decision Support System](https://airccj.org/CSCP/vol7/csit77505.pdf "Acute Myeloid Leukemia Classification Using Convolution Neural Network In Clinical Decision Support System").
+
+ 
+
+# Network Layers
+The Acute Lymphoblastic Leukemia Convolutional Neural Network uses prototxt files to define the network layers.
+
+ 
+
+# Training Data
+
+**ALL_IDB1** 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") datasets is used in this project, to use this dataset you must request access by visiting [this section of the website](https://homes.di.unimi.it/scotti/all/#download "this section of the website").
+
+ 
+
+# Tutorials
+
+- [Introduction to convolutional neural networks in Caffe\*](Caffe-Layers.md "Introduction to convolutional neural networks in Caffe*")
+- [Preparing the Acute Lymphoblastic Leukemia dataset](Data-Sorting.md "Preparing the Acute Lymphoblastic Leukemia dataset")
+
+ 
+
+# Contributing
+
+The Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research project encourages and welcomes code contributions, bug fixes and enhancements from the Github.
+
+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.
+
+## Contributors
+
+- [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
+
+ 
+
+# Versioning
+
+We use SemVer for versioning.
+
+ 
+
+# License
+
+This project is licensed under the **MIT License** - see the [LICENSE](../../../LICENSE "LICENSE") file for details.
+
+ 
+
+# Bugs/Issues
+
+We use the [repo issues](../../../issues "repo issues") to track bugs and general requests related to using this project.
\ No newline at end of file