File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,7 @@ Installation
81
81
| Python 3 / Python 2 are fully supported. Only macOS and
82
82
| Linux are tested. I have no idea if this will work on Windows.
83
83
84
- Step 1: Install the required machine learning models using ``pip3 `` (or
85
- ``pip2 `` for Python 2):
86
-
87
- .. code :: bash
88
-
89
- pip3 install git+https://github.com/ageitgey/face_recognition_models
90
-
91
- Step 2: Install this module from pypi using ``pip3 `` (or ``pip2 `` for
92
- Python 2):
84
+ Install this module from pypi using ``pip3 `` (or ``pip2 `` for Python 2):
93
85
94
86
.. code :: bash
95
87
@@ -247,6 +239,9 @@ All the examples are available
247
239
- `Find and recognize unknown faces in a photograph based on
248
240
photographs of known
249
241
people <https://github.com/ageitgey/face_recognition/blob/master/examples/recognize_faces_in_pictures.py> `__
242
+ - `Recognize faces in live video using your webcam (Requires OpenCV to
243
+ be
244
+ installed) <https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam.py> `__
250
245
251
246
How Face Recognition Works
252
247
--------------------------
You can’t perform that action at this time.
0 commit comments