Skip to content

Commit 0c08815

Browse files
authored
add slack community to README.md
1 parent 5ec3dac commit 0c08815

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# face-api.js
22

3+
[![Slack](https://slack.bri.im/badge.svg)](https://slack.bri.im)
4+
35
**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))**
46

57
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(
297299

298300
// free memory for face image tensors after we computed their descriptors
299301
alignedFaceTensors.forEach(t => t.dispose())
300-
```
302+
```

0 commit comments

Comments
 (0)