@@ -88,14 +88,11 @@ Installation
88
88
------------
89
89
90
90
Requirements
91
- ~~~~~~~~~~~~
91
+ ^^^^^^^^^^^^
92
92
93
93
- Python 3.3+ or Python 2.7
94
94
- macOS or Linux (Windows not officially supported, but might work)
95
95
96
- Installation Options:
97
- ~~~~~~~~~~~~~~~~~~~~~
98
-
99
96
Installing on Mac or Linux
100
97
^^^^^^^^^^^^^^^^^^^^^^^^^^
101
98
@@ -125,7 +122,7 @@ Installing on Windows
125
122
^^^^^^^^^^^^^^^^^^^^^
126
123
127
124
While Windows isn't officially supported, helpful users have posted
128
- instuctions on how to install this library:
125
+ instructions on how to install this library:
129
126
130
127
- `@masoudr's Windows 10 installation guide (dlib +
131
128
face\_ recognition) <https://github.com/ageitgey/face_recognition/issues/175#issue-257710508> `__
@@ -384,9 +381,11 @@ Facial Recognition
384
381
camera <https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_on_raspberry_pi.py> `__
385
382
- `Run a web service to recognize faces via HTTP (Requires Flask to be
386
383
installed) <https://github.com/ageitgey/face_recognition/blob/master/examples/web_service_example.py> `__
384
+ - `Recognize faces with a K-nearest neighbors
385
+ classifier <https://github.com/ageitgey/face_recognition/blob/master/examples/face_recognition_knn.py> `__
387
386
388
- How Face Recognition Works
389
- --------------------------
387
+ .. rubric :: How Face Recognition Works
388
+ :name: how-face-recognition-works
390
389
391
390
| If you want to learn how face location and recognition work instead of
392
391
| depending on a black box library, `read my
0 commit comments