Skip to content

Commit 44f041a

Browse files
committed
Updated README.md
1 parent 685e4f8 commit 44f041a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CompreFace Python SDK makes face recognition into your application even easier.
99
- [Initialization](#initialization)
1010
- [Adding faces into a face collection](#adding-faces-into-a-face-collection)
1111
- [Recognition](#recognition)
12+
- [Webcam demo](#webcam-demo)
1213
- [Reference](#reference)
1314
- [CompreFace Global Object](#compreFace-global-object)
1415
- [Methods](#methods)
@@ -121,6 +122,12 @@ image_path: str = 'examples/common/jonathan-petit-unsplash.jpg'
121122
recognition.recognize(image_path=image_path)
122123
```
123124

125+
## Webcam demo
126+
Webcam demo shows how to use CompreFace Recognition and Detection services using Python SDK.
127+
In both cases, age, gender and mask plugins are applied.
128+
129+
Follow this [link](/webcam_demo) to see the instructions.
130+
124131
# Reference
125132

126133
## CompreFace Global Object

0 commit comments

Comments
 (0)