Skip to content

This repository contains a comprehensive face recognition system that combines YOLOv8 for face detection and FaceNet for face recognition.

Notifications You must be signed in to change notification settings

elon-trump/Face-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-processing

This repository contains a comprehensive face recognition system that combines YOLOv8 for face detection and FaceNet for face recognition. Face recognition is a critical technology with applications in security, surveillance, and user authentication. This project leverages state-of-the-art deep learning models to achieve accurate and reliable face recognition.

  • Detect faces in images using YOLO.

  • Crop and save the detected faces.

  • Recognize faces using DeepFace and categorize them based on a pre-trained model.

  • Do whatever you feel like from the features extracted.

    Installation

  1. Clone the Repository : https://github.com/sOR-o/Face-Recognition.git
  2. Install Dependencies : pip install -r requirements.txt
  3. play with code.

-Can be improved by transfer learning (obviously 😉)

Contributing

Contributions to this project are welcome! If you'd like to contribute, feel free to submit issues, feature requests, or pull requests.

About

This repository contains a comprehensive face recognition system that combines YOLOv8 for face detection and FaceNet for face recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%