Transform the way you analyze facial data with our face detector integrated with OpenCV and Python3. With its camera triggering capability through image detection, you can conduct studies and experiments with accurate, real-time facial data, opening new doors in the academic world of research and data analysis.
- Photo or image with faces from the front
- Camera - webcam, integrated or by video capture device
- Python 3.6 or higher
- OpenCV 4.5.1 or higher
- pip3 21.0.1 or higher
- Download or clone this repository.
git clone https://github.com/gherrada22/Face-Detector.git
- Type in your terminal the root location of the repository you want to start:
py deteccion_foto.py
py deteccion_video.py
python deteccion_foto.py
python deteccion_video.py
python3 deteccion_foto.py
python3 deteccion_video.py
This project is open source and we are happy to receive contributions. If you would like to contribute, follow these steps:
- Give star and fork the repository.
- Create a branch for your feature or bug fix (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Added my-new-feature'
) - Push your branch (
git push origin my-new-feature
) - Create a pull request.
Copyright © 2023-present George Herrada Farfán