An open API service indexing awesome lists of open source software.

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

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.