LeslieCorrea / Android-Face-Recognition

Android Face Recognition uses Microsoft Project Oxford Face API for face detection and identification.
13 stars 5 forks source link

can u please explain about this project #1

Closed Prasanna5432139 closed 3 years ago

LeslieCorrea commented 3 years ago

Hi Prasanna,

This repository demonstrates face detection and person identification in an image from an Android device. This code explains taking a photo using a camera and sending it to the backend using REST API for processing, here Microsoft Project Oxford Face API was used. Now Microsoft has moved it to Azure Cognitive Services Vision, so you have to change the code accordingly. Please refer to https://azure.microsoft.com/en-in/services/cognitive-services/computer-vision/#product-overview for more details.

Thanks and Regards, Leslie Correa