jiti-meet/react/features/facial-recognition/resources
Gabriel Borlea d56b282c5d fix(facial-expressions): some markdowns in the README.md for licence 2021-11-18 11:01:19 +01:00
..
README.md fix(facial-expressions): some markdowns in the README.md for licence 2021-11-18 11:01:19 +01:00
face_expression_model-shard1 feat(facial-expressions): add the facial expression feature and display them in speakerstats (#10006) 2021-11-17 16:33:03 +02:00
face_expression_model-weights_manifest.json feat(facial-expressions): add the facial expression feature and display them in speakerstats (#10006) 2021-11-17 16:33:03 +02:00
tiny_face_detector_model-shard1 feat(facial-expressions): add the facial expression feature and display them in speakerstats (#10006) 2021-11-17 16:33:03 +02:00
tiny_face_detector_model-weights_manifest.json feat(facial-expressions): add the facial expression feature and display them in speakerstats (#10006) 2021-11-17 16:33:03 +02:00

README.md

Facial Recognition and Facial Expression Models and Weights

Tiny Face Detector

It is a realtime face detector, more information can be found here https://github.com/justadudewhohacks/face-api.js/#tiny-face-detector.

Face Expression Recognition Model

It is a models that recognizes face expressions, more information can be found here https://github.com/justadudewhohacks/face-api.js/#face-expression-recognition-model.

Usage

Both models are loaded using face-api.js which is a JavaScript face recognition API for the browser and nodejs implemented on top of tensorflow.js core.

Depending on the browser and hardware acceleration available the tensorflow.js will use a webgl backend of a cpu backend.

LICENSE

The models were both downloaded from the face-api.js repository, https://github.com/justadudewhohacks/face-api.js/, and they can be found in this folder https://github.com/justadudewhohacks/face-api.js/tree/master/weights.

The repository has a MIT License. More information can be found here https://github.com/justadudewhohacks/face-api.js/blob/master/LICENSE.