fix(facial-expressions): some markdowns in the README.md for licence

This commit is contained in:
Gabriel Borlea 2021-11-18 10:35:30 +02:00 committed by Saúl Ibarra Corretgé
parent 72e1dcb877
commit d56b282c5d
1 changed files with 2 additions and 2 deletions

View File

@ -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.