From 2f267d8537787ae5684e29f668e04fcdd3723006 Mon Sep 17 00:00:00 2001 From: Adam Geitgey Date: Thu, 2 May 2019 10:09:25 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61568e1..73cc12b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ you do face recognition on a folder of images from the command line! [![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) -## Demo -[![Deepnote](https://beta.deepnote.org/buttons/try-in-a-jupyter-notebook.svg)](https://beta.deepnote.org/launch?template=face_recognition) - ## Features #### Find faces in pictures @@ -74,6 +71,10 @@ You can even use this library with other Python libraries to do real-time face r See [this example](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py) for the code. +## Online Demos + +User-contributed shared Jupyter notebook demo (not officially supported): [![Deepnote](https://beta.deepnote.org/buttons/try-in-a-jupyter-notebook.svg)](https://beta.deepnote.org/launch?template=face_recognition) + ## Installation ### Requirements -- GitLab