From d56b282c5d54c3d2d10b6b8a98c85e53252316b2 Mon Sep 17 00:00:00 2001 From: Gabriel Borlea Date: Thu, 18 Nov 2021 10:35:30 +0200 Subject: [PATCH] fix(facial-expressions): some markdowns in the README.md for licence --- react/features/facial-recognition/resources/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/facial-recognition/resources/README.md b/react/features/facial-recognition/resources/README.md index 04206097c..feff8f8cf 100644 --- a/react/features/facial-recognition/resources/README.md +++ b/react/features/facial-recognition/resources/README.md @@ -1,6 +1,6 @@ # Facial Recognition and Facial Expression Models and Weights -#### Tiny Face Detector +### 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. @@ -8,7 +8,7 @@ It is a realtime face detector, more information can be found here https://githu 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 +### 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.