Skip to content

Dipin-Adhikari/Age-And-Gender-Recognizer

Repository files navigation

Age And Gender Recognizer

This is a simple age and gender reconizition project based on caffemodel.

Installation

Run code on your machine:

  git clone https://github.com/Dipin-Adhikari/Age-And-Gender-Recognizer.git
  cd Age-And-Gender-Recognizer
  python3 Age and Gender Recognizier app.py

If you haven't installed opencv and numpy on your machine then:

  pip install opencv-python
  pip install numpy