Skip to content

Latest commit

 

History

History
135 lines (84 loc) · 5.23 KB

File metadata and controls

135 lines (84 loc) · 5.23 KB

Ubuntu Installation

ALL Jetson Nano Classifier

Introduction

This guide will take you through the installation process for the ALL Jetson Nano 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.

  • Conda
  • Intel® oneAPI AI Analytics Toolkit
  • Jupyter Notebooks
  • NBConda
  • Mlxtend
  • Pillow
  • Opencv
  • Scipy
  • Scikit Image
  • Scikit Learn

 

Clone the repository

Clone the ALL Jetson Nano 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-Jetson-Nano-Classifier.git

This will clone the ALL Jetson Nano Classifier repository.

 ls

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

 ALL-Jetson-Nano-Classifier

Navigate to the ALL-Jetson-Nano-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 research project CONTRIBUTING guide. You should pull the latest code from the development branch.

 git clone -b "develop" https://github.com/AMLResearchProject/ALL-Jetson-Nano-Classifier.git

The -b "develop" parameter ensures you get the code from the latest develop branch.

 

Installation

First you will install the Intel® oneAPI Basekit, Intel® oneAPI AI Analytics Toolkit and the Intel oneAPI GPU drivers.

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.

From the project root run the following command in terminal:

 sh scripts/oneapi.sh

You are now ready to install the ALL Jetson Nano 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.

Before you begin make sure you have activated the all-jetson-nano Conda environment.

 conda activate all-jetson-nano

Then use the following command to install the required software:

 sh scripts/install.sh

 

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.