提交 e6379811 编写于 作者: A Adam Geitgey

Updated badges

上级 d88f14c5
......@@ -10,8 +10,10 @@ built with deep learning. The model has an accuracy of 99.38% on the
This also provides a simple `face_recognition` command line tool that lets
you do face recognition on a folder of images from the command line!
![](https://img.shields.io/pypi/v/face_recognition.svg)
![](https://travis-ci.org/ageitgey/face_recognition.svg?branch=master)
[![PyPI](https://img.shields.io/pypi/v/face_recognition.svg)](https://pypi.python.org/pypi/face_recognition)
[![Build Status](https://travis-ci.org/ageitgey/face_recognition.svg?branch=master)](https://travis-ci.org/ageitgey/face_recognition)
[![Documentation Status](https://readthedocs.org/projects/face-recognition/badge/?version=latest)](http://face-recognition.readthedocs.io/en/latest/?badge=latest)
## Features
......@@ -138,7 +140,7 @@ unknown_person
You can import the `face_recognition` module and then easily manipulate
faces with just a couple of lines of code. It's super easy!
API Docs: [https://face-recognition.readthedocs.io](https://face-recognition.readthedocs.io).
API Docs: [https://face-recognition.readthedocs.io](https://face-recognition.readthedocs.io/en/latest/face_recognition.html).
##### Automatically find all the faces in an image
......
......@@ -15,8 +15,9 @@ Face Recognition
that lets
| you do face recognition on a folder of images from the command line!
| |image0|
| |image1|
| |PyPI|
| |Build Status|
| |Documentation Status|
Features
--------
......@@ -26,7 +27,7 @@ Find faces in pictures
Find all the faces that appear in a picture:
|image2|
|image3|
.. code:: python
......@@ -40,7 +41,7 @@ Find and manipulate facial features in pictures
Get the locations and outlines of each person's eyes, nose, mouth and
chin.
|image3|
|image4|
.. code:: python
......@@ -54,14 +55,14 @@ chin.
make-up <https://github.com/ageitgey/face_recognition/blob/master/examples/digital_makeup.py>`__
(think 'Meitu'):
|image4|
|image5|
Identify faces in pictures
^^^^^^^^^^^^^^^^^^^^^^^^^^
Recognize who appears in each photo.
|image5|
|image6|
.. code:: python
......@@ -167,7 +168,8 @@ Python Module
manipulate
| faces with just a couple of lines of code. It's super easy!
API Docs: https://face-recognition.readthedocs.io.
API Docs:
`https://face-recognition.readthedocs.io <https://face-recognition.readthedocs.io/en/latest/face_recognition.html>`__.
Automatically find all the faces in an image
''''''''''''''''''''''''''''''''''''''''''''
......@@ -281,12 +283,16 @@ Thanks
project template
for making Python project packaging way more tolerable.
.. |image0| image:: https://img.shields.io/pypi/v/face_recognition.svg
.. |image1| image:: https://travis-ci.org/ageitgey/face_recognition.svg?branch=master
.. |image2| image:: https://cloud.githubusercontent.com/assets/896692/23625227/42c65360-025d-11e7-94ea-b12f28cb34b4.png
.. |image3| image:: https://cloud.githubusercontent.com/assets/896692/23625282/7f2d79dc-025d-11e7-8728-d8924596f8fa.png
.. |image4| image:: https://cloud.githubusercontent.com/assets/896692/23625283/80638760-025d-11e7-80a2-1d2779f7ccab.png
.. |image5| image:: https://cloud.githubusercontent.com/assets/896692/23625229/45e049b6-025d-11e7-89cc-8a71cf89e713.png
.. |PyPI| image:: https://img.shields.io/pypi/v/face_recognition.svg
:target: https://pypi.python.org/pypi/face_recognition
.. |Build Status| image:: https://travis-ci.org/ageitgey/face_recognition.svg?branch=master
:target: https://travis-ci.org/ageitgey/face_recognition
.. |Documentation Status| image:: https://readthedocs.org/projects/face-recognition/badge/?version=latest
:target: http://face-recognition.readthedocs.io/en/latest/?badge=latest
.. |image3| image:: https://cloud.githubusercontent.com/assets/896692/23625227/42c65360-025d-11e7-94ea-b12f28cb34b4.png
.. |image4| image:: https://cloud.githubusercontent.com/assets/896692/23625282/7f2d79dc-025d-11e7-8728-d8924596f8fa.png
.. |image5| image:: https://cloud.githubusercontent.com/assets/896692/23625283/80638760-025d-11e7-80a2-1d2779f7ccab.png
.. |image6| image:: https://cloud.githubusercontent.com/assets/896692/23625229/45e049b6-025d-11e7-89cc-8a71cf89e713.png
.. |known| image:: https://cloud.githubusercontent.com/assets/896692/23582466/8324810e-00df-11e7-82cf-41515eba704d.png
.. |unknown| image:: https://cloud.githubusercontent.com/assets/896692/23582465/81f422f8-00df-11e7-8b0d-75364f641f58.png
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册