mesutpiskin/java-gender-recognition
:busts_in_silhouette: Face detection and gender recognition using deep neural network (DNN) with JavaCV image processing library.
This tool helps developers integrate face detection and gender recognition into their Java applications. It takes an input image, identifies faces within it, and predicts the gender of each detected face using a pre-trained deep neural network model. The output is this gender prediction, which can then be used programmatically. This is useful for Java developers building computer vision applications.
No commits in the last 6 months.
Use this if you are a Java developer who needs to incorporate face detection and gender classification capabilities into your application using the JavaCV library.
Not ideal if you are an end-user looking for a ready-to-use application, or if you are not developing in Java.
Stars
14
Forks
4
Language
Java
License
—
Category
Last pushed
Jan 24, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/mesutpiskin/java-gender-recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MinhasKamal/GenderRecognizer
Plain Face Detector & Gender Recognizer
kaushikjadhav01/Deep-Surveillance-Monitor-Facial-Emotion-Age-Gender-Recognition-System
Computer Vision module for detecting emotion, age and gender of a person in any given image,...
mahmoudnafifi/11K-Hands
Two-stream CNN for gender classification and biometric identification using a dataset of 11K hand images.
Qengineering/Age-Gender-OpenCV-Raspberry-Pi-4
Age and Gender estimation on a Raspberry Pi 4 with OpenCV
AbdassalamAhmad/Gender-Classification
Face Detection using MTCNN combined with Gender Classification using Xception model.