diff --git a/README.md b/README.md index 61568e1d4a5ea18a25a9c04a410fc4c008f1b61e..73cc12be661c28334039919fc20a4cab7d89ffc9 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