face_recognition icon indicating copy to clipboard operation
face_recognition copied to clipboard

webservice Android client

Open haloxhanner opened this issue 7 years ago • 2 comments

How can I develop Android client for face recognition webservice? In the webservice.py example, curl is used but how can I used curl on Android and how can I get the JSON return value as well.

Any suggestions or code examples to develop Android client? Just sent image from Android and get the returned JSON value.

haloxhanner avatar Jun 15 '18 18:06 haloxhanner

This is an Android development question, not really a question about this library or Python. We probably aren't going to be able to help you unfortunately. But I'm sure there are plenty of tutorials online about how to write code in android the make an HTTP POST to an API with multipart binary data.

ageitgey avatar Jun 21 '18 20:06 ageitgey

@Android local ,web service your need do some job self

https://github.com/AnyLifeZLB/FaceVerificationSDK

FaceAI avatar Jul 21 '24 01:07 FaceAI