File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ CompreFace Python SDK makes face recognition into your application even easier.
9
9
- [ Initialization] ( #initialization )
10
10
- [ Adding faces into a face collection] ( #adding-faces-into-a-face-collection )
11
11
- [ Recognition] ( #recognition )
12
+ - [ Webcam demo] ( #webcam-demo )
12
13
- [ Reference] ( #reference )
13
14
- [ CompreFace Global Object] ( #compreFace-global-object )
14
15
- [ Methods] ( #methods )
@@ -121,6 +122,12 @@ image_path: str = 'examples/common/jonathan-petit-unsplash.jpg'
121
122
recognition.recognize(image_path = image_path)
122
123
```
123
124
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
+
124
131
# Reference
125
132
126
133
## CompreFace Global Object
You can’t perform that action at this time.
0 commit comments