lightweight face detection system using cutting-edge machine learning techniques. It is designed for simple testing detection.
- Real-Time Detection: Capable of processing video streams and images in real time.
- Multi-Section Face: Efficiently detects multiple section in a single face. using haarcascade method
- Ease of Integration: Easily integrates with existing applications.
To install this project, follow these steps:
git clone https://github.com/Ramenaru/face-detection.git
cd face-detection
pip install -r python-opencvTo use the face detection system, run:
python main.pyThis project is licensed under the MIT License - see the LICENSE file for details.
this project is created by ramenaru