Ubuntu Installation

ALL Arduino Nano 33 BLE Sense Classifier

Introduction

This guide will take you through the installation process for the ALL Arduino Nano 33 BLE Sense Classifier trainer.

 

Operating System

This project supports the following operating system(s), but may work as described on other OS.

 

Software

This project uses the following libraries.

 

Clone the repository

Clone the ALL Arduino Nano 33 BLE Sense Classifier repository from the Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project Github Organization.

To clone the repository and install the project, make sure you have Git installed. Now navigate to the directory you would like to clone the project to and then use the following command.

 git clone https://github.com/AMLResearchProject/ALL-Arduino-Nano-33-BLE-Sense-Classifier.git

This will clone the ALL Arduino Nano 33 BLE Sense Classifier repository.

 ls

Using the ls command in your home directory should show you the following.

 ALL-Arduino-Nano-33-BLE-Sense-Classifier

Navigate to the ALL-Arduino-Nano-33-BLE-Sense-Classifier directory, this is your project root directory for this tutorial.

Developer forks

Developers from the Github community that would like to contribute to the development of this project should first create a fork, and clone that repository. For detailed information please view the CONTRIBUTING guide. You should pull the latest code from the development branch.

 git clone -b "2.0.0" https://github.com/AMLResearchProject/ALL-Arduino-Nano-33-BLE-Sense-Classifier.git

The -b "2.0.0" parameter ensures you get the code from the latest master branch. Before using the below command please check our latest master branch in the button at the top of the project README.

 

Installation

You are now ready to install the ALL Arduino Nano 33 BLE Sense Classifier trainer. All software requirements are included in scripts/install.sh. You can run this file on your machine from the project root in terminal. Use the following command:

 sh scripts/install.sh

WARNING: This script assumes you have not already installed the oneAPI Basekit.

WARNING: This script assumes you have not already installed the oneAPI AI Analytics Toolkit.

WARNING: This script assumes you have an Intel GPU.

WARNING: This script assumes you have already installed the Intel GPU drivers.

HINT: If any of the above are not relevant to you, please comment out the relevant sections below before running this installation script.

 

Continue

Choose one of the following usage guides to train your model:

 

Contributing

Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss encourages and welcomes code contributions, bug fixes and enhancements from the Github community.

Please read the CONTRIBUTING document for a full guide to forking our repositories and submitting your pull requests. You will also find our code of conduct in the Code of Conduct document.

Contributors

 

Versioning

We use SemVer for versioning.

 

License

This project is licensed under the MIT License - see the LICENSE file for details.

 

Bugs/Issues

We 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.