Face Detect and Recognition, Age and Emotion Detection
Python3.6.9 used.
openCV
face_recognition
keras
tensorflow
python3 face_detect (put the path to images inplace of "path")
python3 recognize_faces.py --encodings "path to encodings.pickle" --image "path to images to recognize"
python3 age_detect.py --image "path to images" --face "path to face_detector model" --age "path to age_detector model"
python3 emotion.py --emotion "path to emotion_detector model" --image "path to images for predictions"
python3 test.py --encodings encodings.pickle --face "path to face_detector model" --age "path to age_detector model" --image "path to images"
python3 EmotionAgeFace.py --encodings "path to encodings.pickle file" --face "path to face_detector model" --age "path to age_detector model" --emotion "path to emotion_detector model" --image "path to images"