From 5897bfafc6a96e2663684d2ff7ae930e96e7ee94 Mon Sep 17 00:00:00 2001 From: Carlos Antonio Mata Meza Date: Sat, 26 Sep 2020 18:01:54 -0600 Subject: [PATCH] update indications. --- README.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 18c4cde..4e1c151 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Teotl -## API for recognition facial -> python: version 3.6 +## API for recognition and comparation facial +### Introduction +> rest api service to detect faces, with the ability to detect similarities in two images with faces +## Create with +* python: version 3.6 +* Flask 1.1.2 +* face-recognition 1.3.0 ## Installation * python3 -m venv ./venv @@ -11,12 +16,19 @@ ## Functions -> /compareFaces [POST] -* compare two images to find facial similarities (with format Base64 JSON) +> **/compareFaces** [POST] +>> compare two images to find facial similarities (with format Base64 JSON) +>> ### Parameters +>> * user_profile_picture : base 64 encode string of person +>> * user_webcam_photo : base 64 encode string imagen to compare -> /compareFacesPath [POST] -* compare two images to find facial similarities (with format Path request file) +> **/compareFacesPath** [POST] +>> compare two images to find facial similarities (with format Path request file) +>> ### Parameters +>> * user_profile_picture : file of person +>> * user_webcam_photo : file imagen to compare -> /detectFaces [POST] -* analyzes an image to detect faces (with format Path request file) - \ No newline at end of file +> **/detectFaces** [POST] +>> analyzes an image to detect faces (with format Path request file) +>> ### Parameters +>> * profile_picture : file imagen to search faces \ No newline at end of file