Skip to content

Commit 5897bfa

Browse files
author
Carlos Antonio Mata Meza
committed
update indications.
1 parent 94a6aff commit 5897bfa

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Teotl
2-
## API for recognition facial
3-
> python: version 3.6
2+
## API for recognition and comparation facial
3+
### Introduction
4+
> rest api service to detect faces, with the ability to detect similarities in two images with faces
5+
## Create with
6+
* python: version 3.6
7+
* Flask 1.1.2
8+
* face-recognition 1.3.0
49
## Installation
510

611
* python3 -m venv ./venv
@@ -11,12 +16,19 @@
1116

1217
## Functions
1318

14-
> /compareFaces [POST]
15-
* compare two images to find facial similarities (with format Base64 JSON)
19+
> **/compareFaces** [POST]
20+
>> compare two images to find facial similarities (with format Base64 JSON)
21+
>> ### Parameters
22+
>> * user_profile_picture : base 64 encode string of person
23+
>> * user_webcam_photo : base 64 encode string imagen to compare
1624
17-
> /compareFacesPath [POST]
18-
* compare two images to find facial similarities (with format Path request file)
25+
> **/compareFacesPath** [POST]
26+
>> compare two images to find facial similarities (with format Path request file)
27+
>> ### Parameters
28+
>> * user_profile_picture : file of person
29+
>> * user_webcam_photo : file imagen to compare
1930
20-
> /detectFaces [POST]
21-
* analyzes an image to detect faces (with format Path request file)
22-
31+
> **/detectFaces** [POST]
32+
>> analyzes an image to detect faces (with format Path request file)
33+
>> ### Parameters
34+
>> * profile_picture : file imagen to search faces

0 commit comments

Comments
 (0)