https://github.com/mesamirh/face-detection
Face Detection with advanced features
https://github.com/mesamirh/face-detection
face-detection face-recognition python-script python3
Last synced: 3 months ago
JSON representation
Face Detection with advanced features
- Host: GitHub
- URL: https://github.com/mesamirh/face-detection
- Owner: mesamirh
- Created: 2025-01-16T16:59:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T17:50:55.000Z (4 months ago)
- Last Synced: 2025-03-14T02:11:59.412Z (3 months ago)
- Topics: face-detection, face-recognition, python-script, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Detection
Real-time face detection system with advanced features and unique analytics.
ce detection system with advanced features and unique analytics.## Features
- Multi-face tracking with unique IDs
- 3D depth estimation
- Face orientation compass
- Personal space invasion detection
- Golden ratio face analysis
- Face symmetry scoring
- AR grid overlay
- Focus heat mapping
- Real-time analytics dashboard
- Motion prediction
- Attention zone visualization
- Eye tracking
- Face mesh overlay
- Logging system## Requirements
- Python 3.11+
- OpenCV
- NumPy
- SciPy
- Pillow## Installation
1. Clone the repository:
```bash
git clone https://github.com/mesamirh/Face-Detection.git
cd Face-Detection
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```## Usage
1. Run the face detection system:
```bash
python3 main.py
```
2. Press `q` to quit the application.## Logging
Logs are stored in `face_detection.log` for debugging and analytics purposes.
## Acknowledgements
- OpenCV for providing the core computer vision functionalities.
- NumPy and SciPy for numerical computations.
- The open-source community for continuous support and contributions.