Is there any simple library/framework for Android/Java which can detect a face on a picture and give me some information about the person on the picture? I mean information like gender, age, emotions (smiling, sadness, anger) ...
I have tried Face++ and Microsoft's Project Oxford. It works great but I would want to use something like that without the Internet connection.
The features in Google Play Services look great but it gives me only the smiling probability, not the age, gender etc.