Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 935 Bytes

File metadata and controls

22 lines (14 loc) · 935 Bytes

Age/Gender Detection

Members

  • Keval Khara
  • Jinguang Guo
  • Lijun Xiao

Project Description

This project implements an age as well as gender detection using the resources from the OpenCV project. We have used the scripts from OpenCV and modified them to meet the desired results. The functions that we have added are age and gender detection.

Resources

Please go to OpenCV GitHub Repo for source codes. All the codes included here are from this link.

References about how to install OpenCV can be found in this website.