GammaCV
GammaCV is a WebGL accelerated Computer Vision library for modern web applications.
We created GammaCV to make it easy to integrate Computer Vision in modern web applications. GammaCV was built with a similar architecture to TensorFlow, in particular, it also uses a data flow paradigm to create and run graphs on GPU, this enables the robust image processing and feature extraction capability of the library.
Installation
To install the stable version:
npm install --save gammacv
This assumes you are using npm as your package manager.