Simple knn viewer for images.
The knn implementation is based on a simple min heap implementation using the excellent heap, numpy-parser and ndarray packages.
First install packages
npm install
To start front in dev mode
npm start
To build the production ready files
npm run build