This project implements a simple face detection system using the OpenCV (cv2) library in Python. It uses two model files for face detection.
Before you begin, ensure you have met the following requirements:
Follow these steps to set up the project on your local machine:
git clone https://github.com/username/face-detection-project.git
cd face-detection-project
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
1.Place the model files in the `models/` directory.
2.Run the main script:
python face.py
Follow the on-screen instructions to start detecting faces.