https://github.com/ims94/javacv-cnn-example
A example to demonstrate the usage of JavaCV and CNN for gender and age recognition
https://github.com/ims94/javacv-cnn-example
age age-recognition cnn gender javacv javacv-cnn opencv
Last synced: about 1 year ago
JSON representation
A example to demonstrate the usage of JavaCV and CNN for gender and age recognition
- Host: GitHub
- URL: https://github.com/ims94/javacv-cnn-example
- Owner: IMS94
- License: mit
- Created: 2017-01-11T17:31:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T03:06:14.000Z (over 4 years ago)
- Last Synced: 2023-03-03T00:18:48.418Z (over 3 years ago)
- Topics: age, age-recognition, cnn, gender, javacv, javacv-cnn, opencv
- Language: Java
- Homepage:
- Size: 79 MB
- Stars: 26
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://medium.com/@Imesha94/age-and-gender-recognition-with-javacv-and-cnn-fdebb3d436c0) for the step by step guide.**
This repository has made use of CNNs trained by [Gil Levi and Tal Hassner in 2015](http://www.openu.ac.il/home/hassner/projects/cnn_agegender).
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.