logo
TensorFlow Flask
GloriosaAI

Gender-Age-ID

Gender-Age-ID utilizes the DeepFace library along with OpenCV to extract gender information from input images and webcam feeds. The gender and age prediction results are printed.

GitHub: Gender-Age-ID

Scripts:

/scripts/

GloriosaAI

How to Run:

    pip install -r requirements.txt
    python main.py
    chmod +x setup.sh
    

Requirements:

    deepface==0.0.81
    opencv-python==4.8.1.78
    Pillow==8.3.2
    flask==3.0.0
    

Languages Used in Gender-Age-ID

CursedEntertainment Logo