Skip to content

Commit 13f3b2f

Browse files
committed
Mention new example in README
1 parent 4d33eb0 commit 13f3b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See [this example](https://github.com/ageitgey/face_recognition/blob/master/exam
7272
## Installation
7373

7474
Python 3 / Python 2 are fully supported. Only macOS and
75-
Linux are tested. I have no idea if this will work on Windows. A
75+
Linux are tested. I have no idea if this will work on Windows. A
7676
[pre-configured VM](https://medium.com/@ageitgey/try-deep-learning-in-python-now-with-a-fully-pre-configured-vm-1d97d4c3e9b)
7777
is also available.
7878

@@ -212,6 +212,7 @@ All the examples are available [here](https://github.com/ageitgey/face_recogniti
212212
* [Find and recognize unknown faces in a photograph based on photographs of known people](https://github.com/ageitgey/face_recognition/blob/master/examples/recognize_faces_in_pictures.py)
213213
* [Recognize faces in live video using your webcam - Simple / Slower Version (Requires OpenCV to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam.py)
214214
* [Recognize faces in live video using your webcam - Faster Version (Requires OpenCV to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py)
215+
* [Run a web service to recognize faces via HTTP (Requires Flask to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/web_service_example.py)
215216

216217
## How Face Recognition Works
217218

0 commit comments

Comments
 (0)