An open API service indexing awesome lists of open source software.

https://github.com/bayunova28/age_gender_recognition

This repository contains about my personal project to build age gender detection
https://github.com/bayunova28/age_gender_recognition

cnn computer-vision deep-learning opencv python

Last synced: 6 months ago
JSON representation

This repository contains about my personal project to build age gender detection

Awesome Lists containing this project

README

          

# Age & Gender Recognition

Age and Gender Detection is a fundamental task in computer vision, which has recently attracted immense attention. It plays a very important role in an exceedingly wide selection
of the real-world applications like targeted advertisement, forensic science, visual surveillance, content-based searching, humancomputer interaction systems, etc.

## Additional Files
- [age deploy](https://github.com/Bayunova28/Age_Gender_Detection/blob/master/age_deploy.prototxt)
- [age model](https://github.com/Bayunova28/Age_Gender_Detection/blob/master/age_net.caffemodel)
- [gender deploy](https://github.com/Bayunova28/Age_Gender_Detection/blob/master/gender_deploy.prototxt)
- [gender model](https://github.com/Bayunova28/Age_Gender_Detection/blob/master/gender_net.caffemodel)
- [face deploy](https://github.com/Bayunova28/Age_Gender_Detection/blob/master/opencv_face_detector.pbtxt)
- [face model](https://github.com/Bayunova28/Age_Gender_Detection/blob/master/opencv_face_detector_uint8.pb)

## Install Package
Make sure you have opencv installed. If not install it using pip
```python
pip install opencv-python
```

## References
- [Gender Recognition and Age Approximation using Deep Learning Techniques](https://www.ijert.org/research/gender-recognition-and-age-approximation-using-deep-learning-techniques-IJERTV9IS040268.pdf)
- [Age Group Classification using Convolutional Neural Network (CNN)](https://iopscience.iop.org/article/10.1088/1742-6596/2084/1/012028/pdf)
- [Age and Gender Detection](http://103.47.12.35/bitstream/handle/1/2164/1613112045_SHUBHAM%20KUMAR%20TIWARI_finalprojectreport%20-%20Shubham%20Tiwari.pdf?sequence=1&isAllowed=y)