Gender-and-Age-Detection-OpenCV-Caffe
Gender-and-Age-Detection-OpenCV-Caffe copied to clipboard
A simple Python Script that uses a pre-trained Caffee Model to Predict Age and Gender.
Requirements
opencv==3.3.0
numpy==1.14.0
imutils==0.4.6
Usage
git clone https://github.com/gurraunaqsingh/Gender-and-Age-Detection-OpenCV-Caffe.git
cd Gender-and-Age-Detection-OpenCV-Caffe
python predict.py
References
- Age and Gender Detection with OpenCV on Raspberry Pi (https://www.youtube.com/watch?v=F0njE7D22SI)
- Age and Gender Classification Using Convolutional Neural Networks (https://talhassner.github.io/home/publication/2015_CVPR)
License
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this app. If not, see https://www.gnu.org/licenses/.