Skip to content

AymanMujahid/FaceRecognition-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition API

RESTful API for face recognition built using Flask and DeepFace.

Installation

  1. Clone the repository:
    git clone https://github.com/AymanMujahid/face-recognition-api.git
    

Usage

Adding a Face Encoding

Endpoint: /add_face_encoding (POST)

Request

{ "name" : "name",

"image" : "image" }

Response

{ "message" : "Face encoding added successfully" }

Recognizing a Face

Endpoint: /recognize_face (POST)

Request

{ "name" : "name",

"image" : "image" }

Response

{ "message" : "Face recognized as name",

"similarity" : 0.85,

"embedding" : [0.1, 0.2, ..., 0.9] }

///////////////

the clone URL, make sure to customize the content according to Face Recognition API functionality and requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages