From 78819eb815cd23fc09eab3698d88212e7d36303d Mon Sep 17 00:00:00 2001 From: matiasdelellis Date: Mon, 13 Apr 2020 18:54:24 -0300 Subject: [PATCH] More description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4f20e4..5fc3301 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. See http://dlib.net for the main project documentation and API reference. +PDlib is a PHP extension that implements the PHP binging for the dlib library, that now is used in the Nextcloud [FaceRecognition](https://github.com/matiasdelellis/facerecognition) application. + ## Note This is a fork of the [original pdlib extension](https://github.com/goodspb/pdlib), which we will use temporarily for the Nextcloud [FaceRecognition](https://github.com/matiasdelellis/facerecognition) application while the original author is not responding.