All Projects → IMS94 → javacv-cnn-example

IMS94 / javacv-cnn-example

Licence: MIT license
A example to demonstrate the usage of JavaCV and CNN for gender and age recognition

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to javacv-cnn-example

multi-task-learning
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Stars: ✭ 154 (+541.67%)
Mutual labels:  gender, age
pytorch-DEX
Pytorch implementation of DEX: Deep EXpectation of apparent age from a single image
Stars: ✭ 61 (+154.17%)
Mutual labels:  gender, age
WreckFaceApp
Android application for gender, age and face recognition using OpenCV and JavaCV libraries
Stars: ✭ 21 (-12.5%)
Mutual labels:  age-recognition, javacv
Javacv
Java interface to OpenCV, FFmpeg, and more
Stars: ✭ 5,543 (+22995.83%)
Mutual labels:  javacv
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (+54.17%)
Mutual labels:  gender
AIML-Human-Attributes-Detection-with-Facial-Feature-Extraction
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Stars: ✭ 48 (+100%)
Mutual labels:  age-recognition
gender-render
Template-system and proof-of-concept for rendering gender-neutral text-, email- and RPG-text-templates with the correct pronouns of all people involved.
Stars: ✭ 21 (-12.5%)
Mutual labels:  gender
OpenCV-Face-Recognition-Android
Face Detection & Recognition on Android using OpenCV
Stars: ✭ 28 (+16.67%)
Mutual labels:  javacv
genderkit
Gender Construction Kit - The UK guide to changing things linked to gender
Stars: ✭ 55 (+129.17%)
Mutual labels:  gender
HSE FaceRec tf
Tensorflow/Keras small models for face recognition, ag/gender prediction from images
Stars: ✭ 23 (-4.17%)
Mutual labels:  age-recognition
GenderMagRecordersAssistant
Making the world of software a more inclusive place
Stars: ✭ 24 (+0%)
Mutual labels:  gender
equalstreetnames
Map visualizing the streetnames by gender : 50 cities in 11 countries
Stars: ✭ 64 (+166.67%)
Mutual labels:  gender
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (+166.67%)
Mutual labels:  javacv
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (+91.67%)
Mutual labels:  gender
emotion-and-gender-classification
2 networks to recognition gender and emotion; face detection using Opencv or Mtcnn
Stars: ✭ 21 (-12.5%)
Mutual labels:  age
luna-fans-api
luna cloud tools
Stars: ✭ 226 (+841.67%)
Mutual labels:  javacv
genderBR
Predict gender from Brazilian first names
Stars: ✭ 50 (+108.33%)
Mutual labels:  gender
AgePredictor
Age classification from text using PAN16, blogs, Fisher Callhome, and Cancer Forum
Stars: ✭ 13 (-45.83%)
Mutual labels:  age
intenseye-boun-workshop
Code for the workshop in BOUN Tech Summit (03.03.2019)
Stars: ✭ 32 (+33.33%)
Mutual labels:  gender
feminizator.github.io
Феминизатор слов
Stars: ✭ 29 (+20.83%)
Mutual labels:  gender

JavaCV CNN (Convolutional Neural Networks) Example for Age and Gender Recognition

A sample repository to demonstrate the usage of JavaCV and CNN for gender and age recognition. Please refer Age and gender recognition with JavaCV and CNN for the step by step guide.

This repository has made use of CNNs trained by Gil Levi and Tal Hassner in 2015.

This simple program is capable of detecting human faces and predicting the gender and age of the detected face.

Building project

In order to build this project, run a mvn clean install at the project root.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].