From 33cbdfd6c2c7b131aae3b8eab2a57c89ec781230 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 5 May 2020 16:31:09 +0300 Subject: [PATCH] e-learning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbc2520..4b72837 100644 --- a/README.md +++ b/README.md @@ -159,9 +159,9 @@ python api.py The both face recognition and facial attribute analysis are covered in the API. You are expected to call these functions as http post methods. Service endpoints will be `http://127.0.0.1:5000/verify` for face recognition and `http://127.0.0.1:5000/analyze` for facial attribute analysis. You should pass input images as base64 encoded string in this case. [Here](https://github.com/serengil/deepface/tree/master/api), you can find a postman project. -# Playlist +# E-Learning -Deepface is mentioned in this [youtube playlist](https://www.youtube.com/watch?v=KRCvkNCOphE&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E). +Deepface is mentioned in this [playlist](https://www.youtube.com/watch?v=KRCvkNCOphE&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E) as video lectures. # Disclaimer