In this project, there are multiple deep learning models which are able to identify Age, Gender, Emotion & Ethnicity of person present in the image.
pip install tensorflow
pip install keras==2.2.4
pip install cmake
pip install dlib
pip install tk-tools
pip install PILLOW
pip install imutils
pip install opencv-python==3.4.4.19 If any error occurs and not able to install the package then run cmd as administrator and type ((pip install opencv-python & pip install opencv-contrib-python))
In this project, there are multiple deep learning models which are able to identify Age, Gender, Emotion & Ethnicity of person present in the image. This project implements Computer Vision and Deep Learning. In this project, I have implemented Viola Jones algorithm for face detection and Convolution Neural Network (CNN) to identify Age, Gender
Submitted by Vimal Kumar Verma (Vimal)
Download packets of source code on Coders Packet
Comments