Skip to content

A small project which can detect the persons face and then detects their age range, Gender made using the pyhton

Notifications You must be signed in to change notification settings

likhithkanigolla/FAGD-Model

Repository files navigation

face-detection-using-python

Requirements

pip install opencvpip pip install argparse python-3.7+

other files needed

  1. age_ net.c affemodel
  2. gender_ net.caffemodel

You can find those at https://drive.google.com/drive/folders/1gmi5jv9yKRbO9UdVyn7Z3R0cks-IiLqu?usp=sharing

once you downloaded the file keep the files in the same folder where the program is and run the program

usage

for live feed

python3 detectage.py

for image feed

python3 detectage.py --image IMAGENAME.EXTENTION

About

A small project which can detect the persons face and then detects their age range, Gender made using the pyhton

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages