The NORTH gui has been developed using the Electron framework, the underlying logics and computations are performed by python.
Please make sure you have NodeJS and npm installed.
The NodeJS dependencies can be fulfilled using the following command:
npm install
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
The NORTH app can be used by the following command:
npm start
A complete, step by step tutorial of NORTH app can be found here