All Projects → MinhasKamal → GenderRecognizer

MinhasKamal / GenderRecognizer

Licence: MIT license
Plain Face Detector & Gender Recognizer

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to GenderRecognizer

retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+324.56%)
Mutual labels:  face-detector, face-recognition, face-detection
WreckFaceApp
Android application for gender, age and face recognition using OpenCV and JavaCV libraries
Stars: ✭ 21 (-63.16%)
Mutual labels:  face-recognition, face-detection, gender-recognition
Face Api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
Stars: ✭ 13,258 (+23159.65%)
Mutual labels:  face-recognition, face-detection, gender-recognition
DeepFaceRecognition
Face Recognition with Transfer Learning
Stars: ✭ 16 (-71.93%)
Mutual labels:  face-recognition, face-detection
Face Recognition
<NOT ACTIVELY MAINTAINED>A light weight face recognition implementation using a pre-trained facenet model
Stars: ✭ 106 (+85.96%)
Mutual labels:  face-recognition, face-detection
Face Alignment
🔥 2D and 3D Face alignment library build using pytorch
Stars: ✭ 5,417 (+9403.51%)
Mutual labels:  face-detector, face-detection
Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+322.81%)
Mutual labels:  face-recognition, face-detection
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (-33.33%)
Mutual labels:  face-recognition, face-detection
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (-15.79%)
Mutual labels:  face-recognition, face-detection
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (+10.53%)
Mutual labels:  face-recognition, face-detection
ViewFaceCore
C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )
Stars: ✭ 345 (+505.26%)
Mutual labels:  face-recognition, face-detection
Face-Recognition-Attendance-System
Face Detection | Recognition | Attendance
Stars: ✭ 289 (+407.02%)
Mutual labels:  face-recognition, face-detection
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (-29.82%)
Mutual labels:  face-recognition, face-detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+19.3%)
Mutual labels:  face-detector, face-detection
Face-Recognition
A Java application for Face Recognition under expressions, occlusions and pose variations.
Stars: ✭ 55 (-3.51%)
Mutual labels:  face-recognition, face-detection
Awesome Face recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
Stars: ✭ 3,220 (+5549.12%)
Mutual labels:  face-recognition, face-detection
Detect-Facial-Features
Code example demonstrating how to detect eyes, nose, lips, and jaw with dlib, OpenCV, and Python
Stars: ✭ 42 (-26.32%)
Mutual labels:  face-recognition, face-detection
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (-17.54%)
Mutual labels:  face-recognition, face-detection
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+4438.6%)
Mutual labels:  face-recognition, face-detection
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (+296.49%)
Mutual labels:  face-recognition, face-detection

Gender Recognizer

Plain Face Detector & Gender Recognizer

Give image of a person or persons (frontal face like this), and this program will try to recognize male and female using Template Matching. Face detection part is accomplished using OpenCV.

How to Run?

  1. Download Gender Recognizer, and import it in your IDE.
  2. Now, integrate OpenCV in the build path. Follow this link for installing OpenCV in your Java project.
  3. For training the machine run Train.java.
  4. For testing run Predict.java (change file-paths in the main method according to need).

Visual of Learned Templates

If you like this project, you may also like AlphabetRecognizer- Simple Optical Character Recognizer and SkinDetector- Detects Human Skin From Image.

License

MIT License
GenderRecognizer is licensed under MIT License.

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].