File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
# 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
4
9
## Installation
5
10
6
11
* python3 -m venv ./venv
11
16
12
17
## Functions
13
18
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
16
24
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
19
30
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
You can’t perform that action at this time.
0 commit comments