Abdallahelraey / Face-Recognition-and-Analysis-System

This project provides a comprehensive real-time face recognition and facial analysis system using Python, OpenCV, Dlib, DeepFace, and the `face_recognition` library. The system detects faces, recognizes known individuals, and analyzes various facial attributes such as age, gender, emotions, and facial landmarks.
Apache License 2.0
0 stars 0 forks source link

No main.py #1

Open cjwolff opened 3 weeks ago

cjwolff commented 3 weeks ago

Hi Abdallah,

Thanks for the code. I was trying to execute it per the instructions but there is nothing in main.py. Thank you.

Abdallahelraey commented 3 weeks ago

My bad! I was planning to implement the main.py file soon but forgot to include it. I've now updated both the main.py file and the user manual in the README file. It should work properly now.

You could have run the two other files directly, as they are fully functional though....