FaceDetect is a Python application for face detection based on OpenCV, designed for real-time detection.
To set up the project, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Run the setup script:
chmod +x setup.sh
./setup.sh
The setup script will guide you through the process of downloading and building OpenCV with extra modules on your Ubuntu OS. Adjust the versions and paths as needed for your specific requirements.
To run the application, follow these steps:
- Navigate to the project directory.
- Run the following command:
- python face_detection.py