Unverified Commit cf822bcd by justadudewhohacks Committed by GitHub

Merge pull request #30 from rwieruch/patch-1

Join Slack Community: Briim - Machine Learning in JavaScript
parents 5ec3dacd 0c088155
# face-api.js # face-api.js
[![Slack](https://slack.bri.im/badge.svg)](https://slack.bri.im)
**JavaScript API for face detection and face recognition in the browser implemented on top of the tensorflow.js core API ([tensorflow/tfjs-core](https://github.com/tensorflow/tfjs-core))** **JavaScript API for face detection and face recognition in the browser implemented on top of the tensorflow.js core API ([tensorflow/tfjs-core](https://github.com/tensorflow/tfjs-core))**
Check out my article **[face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js](https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07)** for a quick introduction to the package. Check out my article **[face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js](https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07)** for a quick introduction to the package.
...@@ -297,4 +299,4 @@ const descriptors = await Promise.all(alignedFaceTensors.map( ...@@ -297,4 +299,4 @@ const descriptors = await Promise.all(alignedFaceTensors.map(
// free memory for face image tensors after we computed their descriptors // free memory for face image tensors after we computed their descriptors
alignedFaceTensors.forEach(t => t.dispose()) alignedFaceTensors.forEach(t => t.dispose())
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment