Skip to content

rom1504/image_embeddings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image embeddings ui

Build Status

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.

Installation

First install packages

npm install

Development

To start front in dev mode

npm start

Build

To build the production ready files

npm run build