NORTH-app

Building From Source

Installation

The NORTH gui has been developed using the Electron framework, the underlying logics and computations are performed by python.

Setting up NodeJS

Please make sure you have NodeJS and npm installed.

The NodeJS dependencies can be fulfilled using the following command:

npm install

Setting up Python

Please make sure you have Python3 and pip3 installed.

The Python dependencies can be fulfilled using the following commands:

sudo pip3 install -U scikit-learn
sudo pip3 install -r requirements.txt

Using NORTH

The NORTH app can be used by the following command:

npm start

Tutorial

A complete, step by step tutorial of NORTH app can be found here