mushon / The-Normalizing-Machine

An experiment in machine learning & algorithmic prejudice
http://mushon.com/tnm
1 stars 0 forks source link

identify gender and age #88

Open mushon opened 5 years ago

mushon commented 5 years ago

@dstavy please send @i-n-g-o the API details and then reassign to him

dstavy commented 5 years ago

the api is this https://azure.microsoft.com/en-us/services/cognitive-services/face/

i have tow keys

it can be access by rest api or curl but there is no api in c++

there are few open source that are doing it in c++ i looked at one that did not work properly i will send the link later

On Sun, Nov 11, 2018 at 11:44 PM Mushon Zer-Aviv notifications@github.com wrote:

@dstavy https://github.com/dstavy please send @i-n-g-o https://github.com/i-n-g-o the API details and then reassign to him

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mushon/The-Normalizing-Machine/issues/88#issuecomment-437712345, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTLx8zKzYYBpTUzhtuyH4H2OdWXwQtjks5uuKhOgaJpZM4X_3ce .

mushon commented 5 years ago

Another references I found:

mushon commented 5 years ago
mushon commented 5 years ago
mushon commented 5 years ago

Another one in C++: LouieYang/AgeAndGenderEstimation

dstavy commented 5 years ago

API Console debug: https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739/operations/56f91f2e778daf14a499e1fa/console Cognitive Service: https://www.microsoft.com/cognitive-services/en-us/documentation C++ REST SDK(github): https://github.com/Microsoft/cpprestsdk Add cpprestsdk to VS project(for less bugs, vision >= VS2015): https://github.com/Microsoft/cpprestsdk/wiki/How-to-use-the-C---Rest-SDK-NuGet-package

mushon commented 5 years ago

This Rest API seems like the right way to go: http://face.eyedea.cz:8080/api/face/rest It returns pretty robust and simple age / gender (I have username/PW for activation)