Skip to content

Commit e637981

Browse files
committed
Updated badges
1 parent d88f14c commit e637981

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ built with deep learning. The model has an accuracy of 99.38% on the
1010
This also provides a simple `face_recognition` command line tool that lets
1111
you do face recognition on a folder of images from the command line!
1212

13-
![](https://img.shields.io/pypi/v/face_recognition.svg)
14-
![](https://travis-ci.org/ageitgey/face_recognition.svg?branch=master)
13+
14+
[![PyPI](https://img.shields.io/pypi/v/face_recognition.svg)](https://pypi.python.org/pypi/face_recognition)
15+
[![Build Status](https://travis-ci.org/ageitgey/face_recognition.svg?branch=master)](https://travis-ci.org/ageitgey/face_recognition)
16+
[![Documentation Status](https://readthedocs.org/projects/face-recognition/badge/?version=latest)](http://face-recognition.readthedocs.io/en/latest/?badge=latest)
1517

1618
## Features
1719

@@ -138,7 +140,7 @@ unknown_person
138140
You can import the `face_recognition` module and then easily manipulate
139141
faces with just a couple of lines of code. It's super easy!
140142

141-
API Docs: [https://face-recognition.readthedocs.io](https://face-recognition.readthedocs.io).
143+
API Docs: [https://face-recognition.readthedocs.io](https://face-recognition.readthedocs.io/en/latest/face_recognition.html).
142144

143145
##### Automatically find all the faces in an image
144146

README.rst

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Face Recognition
1515
that lets
1616
| you do face recognition on a folder of images from the command line!
1717
18-
| |image0|
19-
| |image1|
18+
| |PyPI|
19+
| |Build Status|
20+
| |Documentation Status|
2021
2122
Features
2223
--------
@@ -26,7 +27,7 @@ Find faces in pictures
2627

2728
Find all the faces that appear in a picture:
2829

29-
|image2|
30+
|image3|
3031

3132
.. code:: python
3233
@@ -40,7 +41,7 @@ Find and manipulate facial features in pictures
4041
Get the locations and outlines of each person's eyes, nose, mouth and
4142
chin.
4243

43-
|image3|
44+
|image4|
4445

4546
.. code:: python
4647
@@ -54,14 +55,14 @@ chin.
5455
make-up <https://github.com/ageitgey/face_recognition/blob/master/examples/digital_makeup.py>`__
5556
(think 'Meitu'):
5657
57-
|image4|
58+
|image5|
5859

5960
Identify faces in pictures
6061
^^^^^^^^^^^^^^^^^^^^^^^^^^
6162

6263
Recognize who appears in each photo.
6364

64-
|image5|
65+
|image6|
6566

6667
.. code:: python
6768
@@ -167,7 +168,8 @@ Python Module
167168
manipulate
168169
| faces with just a couple of lines of code. It's super easy!
169170
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>`__.
171173

172174
Automatically find all the faces in an image
173175
''''''''''''''''''''''''''''''''''''''''''''
@@ -281,12 +283,16 @@ Thanks
281283
project template
282284
for making Python project packaging way more tolerable.
283285

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
290296
.. |known| image:: https://cloud.githubusercontent.com/assets/896692/23582466/8324810e-00df-11e7-82cf-41515eba704d.png
291297
.. |unknown| image:: https://cloud.githubusercontent.com/assets/896692/23582465/81f422f8-00df-11e7-8b0d-75364f641f58.png
292298

0 commit comments

Comments
 (0)