This project focuses on identifying and verifying individuals based on facial features using deep learning techniques. The system can recognize faces from images or video streams and match them with a database of known individuals.
To set up the face recognition system on your local machine, follow these steps:
git clone https://github.com/username/face-recognition.git
cd face-recognition
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the face recognition system, run the main script with the desired input:
python face_recognition.py --input --database