@@ -15,8 +15,9 @@ Face Recognition
15
15
that lets
16
16
| you do face recognition on a folder of images from the command line!
17
17
18
- | |image0|
19
- | |image1|
18
+ | |PyPI|
19
+ | |Build Status|
20
+ | |Documentation Status|
20
21
21
22
Features
22
23
--------
@@ -26,7 +27,7 @@ Find faces in pictures
26
27
27
28
Find all the faces that appear in a picture:
28
29
29
- |image2 |
30
+ |image3 |
30
31
31
32
.. code :: python
32
33
@@ -40,7 +41,7 @@ Find and manipulate facial features in pictures
40
41
Get the locations and outlines of each person's eyes, nose, mouth and
41
42
chin.
42
43
43
- |image3 |
44
+ |image4 |
44
45
45
46
.. code :: python
46
47
@@ -54,14 +55,14 @@ chin.
54
55
make-up <https://github.com/ageitgey/face_recognition/blob/master/examples/digital_makeup.py>`__
55
56
(think 'Meitu'):
56
57
57
- |image4 |
58
+ |image5 |
58
59
59
60
Identify faces in pictures
60
61
^^^^^^^^^^^^^^^^^^^^^^^^^^
61
62
62
63
Recognize who appears in each photo.
63
64
64
- |image5 |
65
+ |image6 |
65
66
66
67
.. code :: python
67
68
@@ -167,7 +168,8 @@ Python Module
167
168
manipulate
168
169
| faces with just a couple of lines of code. It's super easy!
169
170
170
- API Docs: https://face-recognition.readthedocs.io.
171
+ API Docs:
172
+ `https://face-recognition.readthedocs.io <https://face-recognition.readthedocs.io/en/latest/face_recognition.html >`__.
171
173
172
174
Automatically find all the faces in an image
173
175
''''''''''''''''''''''''''''''''''''''''''''
@@ -281,12 +283,16 @@ Thanks
281
283
project template
282
284
for making Python project packaging way more tolerable.
283
285
284
- .. |image0 | image :: https://img.shields.io/pypi/v/face_recognition.svg
285
- .. |image1 | image :: https://travis-ci.org/ageitgey/face_recognition.svg?branch=master
286
- .. |image2 | image :: https://cloud.githubusercontent.com/assets/896692/23625227/42c65360-025d-11e7-94ea-b12f28cb34b4.png
287
- .. |image3 | image :: https://cloud.githubusercontent.com/assets/896692/23625282/7f2d79dc-025d-11e7-8728-d8924596f8fa.png
288
- .. |image4 | image :: https://cloud.githubusercontent.com/assets/896692/23625283/80638760-025d-11e7-80a2-1d2779f7ccab.png
289
- .. |image5 | image :: https://cloud.githubusercontent.com/assets/896692/23625229/45e049b6-025d-11e7-89cc-8a71cf89e713.png
286
+ .. |PyPI | image :: https://img.shields.io/pypi/v/face_recognition.svg
287
+ :target: https://pypi.python.org/pypi/face_recognition
288
+ .. |Build Status | image :: https://travis-ci.org/ageitgey/face_recognition.svg?branch=master
289
+ :target: https://travis-ci.org/ageitgey/face_recognition
290
+ .. |Documentation Status | image :: https://readthedocs.org/projects/face-recognition/badge/?version=latest
291
+ :target: http://face-recognition.readthedocs.io/en/latest/?badge=latest
292
+ .. |image3 | image :: https://cloud.githubusercontent.com/assets/896692/23625227/42c65360-025d-11e7-94ea-b12f28cb34b4.png
293
+ .. |image4 | image :: https://cloud.githubusercontent.com/assets/896692/23625282/7f2d79dc-025d-11e7-8728-d8924596f8fa.png
294
+ .. |image5 | image :: https://cloud.githubusercontent.com/assets/896692/23625283/80638760-025d-11e7-80a2-1d2779f7ccab.png
295
+ .. |image6 | image :: https://cloud.githubusercontent.com/assets/896692/23625229/45e049b6-025d-11e7-89cc-8a71cf89e713.png
290
296
.. |known | image :: https://cloud.githubusercontent.com/assets/896692/23582466/8324810e-00df-11e7-82cf-41515eba704d.png
291
297
.. |unknown | image :: https://cloud.githubusercontent.com/assets/896692/23582465/81f422f8-00df-11e7-8b0d-75364f641f58.png
292
298
0 commit comments