facefilter
Version:
Real time face detection and tracking from camera video feed.
15 lines (12 loc) • 361 B
JavaScript
import JEELIZFACEFILTER from './dist/jeelizFaceFilter.moduleES6.js'
import NN_DEFAULT from './neuralNets/NN_DEFAULT.json'
import NN_ALT from './neuralNets/NN_STANDARD_3.json'
import NN_4EXPR from './neuralNets/NN_4EXPR_3.json'
import NN_LIGHT from './neuralNets/NN_LIGHT_1.json'
export {
JEELIZFACEFILTER,
NN_DEFAULT,
NN_4EXPR,
NN_LIGHT,
NN_ALT
};