A face recognition system built using Python and popular computer vision libraries. This project uses machine learning models to detect and recognize human faces in real-time through webcam input.
Used as the main programming language to implement the recognition logic and threading for performance.
Used for efficient numerical computations, especially for handling face embeddings and calculating distances between vectors.
Used for image and video capture, as well as for rendering bounding boxes and text overlays on detected faces.
Utilized for face detection, facial landmarks prediction, and face recognition using pretrained models.
Clone this repository to your local environment:
git clone https://github.com/Mulekotd/face-recognition.git
cd face-recognition
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python main.py
We welcome feedback, suggestions, and contributions from the community! If you have ideas for improvements or encounter any issues, please open an issue on GitHub.