This project aimed to provide a low-cost, reliable, user-friendly method for malaria diagnostics. It includes four main parts:
- An Android App
- A Alockchain network (based on Hyperledger Composer)
- Deeplearning models (based on TensorFlow)
- A portable heater for LAMP-based Malaria tests.
The Android App was designed to control the entire system, the blockchain network provided secured data storage, Deeplearning techniques were used to analyse the test results automatically and the heater could provide stable temperatures for the diagnostic assay.
.
├── Android
│ ├── Assay
│ └── README.md
├── Blockchian
│ ├── [email protected]
│ ├── [email protected]
│ ├── README.md
│ └── test_report.html
├── DeepLearning
│ ├── CNN
│ ├── Object_detection
│ └── README.md
└── Heater
├── 3D models
├── Arduino Code
├── Circuit_diagram
└── README.md
You can fined separate User Guides for installation and execution of the code in the individual README.md files for each component. Also each component does not contain an executable as you will need to compile for your platform (see versions and requirements in individual components) and update server references to get a working copy.
The Android App does not contain a User Guide for the User interface interactions but the format of the User Interface is quite simple and self explanatory. Further information can be found on our related publication (link to appear soon).
The installation time of the code in this repository was not reported as it is not substantial (in the region of a few minutes). The majority of the installation time will be in setting up the environment including IDEs and Dependences. However this time is not quantified as it depends on equipment and user installation preferences.
- Install the Blockchain network
- Obtain the relevant datasets from our data repository
- Follow the installation and training steps for Deeplearning
- Follow the instructions for the Heater (this step requires following instructions to replicate purpose built hardware)
- Install and run the Android App
This project is licensed under the GNU GPL V3 Open Source License.