Skip to content

Commit 6008942

Browse files
committed
Doc tweaks
1 parent e3d6192 commit 6008942

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Next, you need a second folder with the files you want to identify:
9999

100100
![unknown](https://cloud.githubusercontent.com/assets/896692/23582465/81f422f8-00df-11e7-8b0d-75364f641f58.png)
101101

102-
Then in you simply run the commnad `face_recognition`, passing in
102+
Then in you simply run the command `face_recognition`, passing in
103103
the folder of known people and the folder (or single image) with unknown
104104
people and it tells you who is in each image:
105105

@@ -213,10 +213,10 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey
213213

214214
* Many, many thanks to [Davis King](https://github.com/davisking) ([@nulhom](https://twitter.com/nulhom))
215215
for creating dlib and for providing the trained facial feature detection and face encoding models
216-
used in this library. For more information on the ResNet the powers the face encodings, check out
216+
used in this library. For more information on the ResNet that powers the face encodings, check out
217217
his [blog post](http://blog.dlib.net/2017/02/high-quality-face-recognition-with-deep.html).
218-
* Everyone who works on all the awesome Python data science libraries like numpy, scipy, scikit-image,
218+
* Thanks to everyone who works on all the awesome Python data science libraries like numpy, scipy, scikit-image,
219219
pillow, etc, etc that makes this kind of stuff so easy and fun in Python.
220-
* [Cookiecutter](https://github.com/audreyr/cookiecutter) and the
220+
* Thanks to [Cookiecutter](https://github.com/audreyr/cookiecutter) and the
221221
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template
222222
for making Python project packaging way more tolerable.

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Next, you need a second folder with the files you want to identify:
122122

123123
|unknown|
124124

125-
| Then in you simply run the commnad ``face_recognition``, passing in
125+
| Then in you simply run the command ``face_recognition``, passing in
126126
| the folder of known people and the folder (or single image) with
127127
unknown
128128
| people and it tells you who is in each image:
@@ -260,15 +260,16 @@ Thanks
260260
(`@nulhom <https://twitter.com/nulhom>`__)
261261
for creating dlib and for providing the trained facial feature
262262
detection and face encoding models
263-
used in this library. For more information on the ResNet the powers
263+
used in this library. For more information on the ResNet that powers
264264
the face encodings, check out
265265
his `blog
266266
post <http://blog.dlib.net/2017/02/high-quality-face-recognition-with-deep.html>`__.
267-
- Everyone who works on all the awesome Python data science libraries
268-
like numpy, scipy, scikit-image,
267+
- Thanks to everyone who works on all the awesome Python data science
268+
libraries like numpy, scipy, scikit-image,
269269
pillow, etc, etc that makes this kind of stuff so easy and fun in
270270
Python.
271-
- `Cookiecutter <https://github.com/audreyr/cookiecutter>`__ and the
271+
- Thanks to `Cookiecutter <https://github.com/audreyr/cookiecutter>`__
272+
and the
272273
`audreyr/cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`__
273274
project template
274275
for making Python project packaging way more tolerable.

0 commit comments

Comments
 (0)