Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

sorohere/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note: If you're facing any deprecation issues, consider cloning and installing the DeepFace repository directly from GitHub, and then importing the functions from the local source. You can find the official repository here:github.com/serengil/deepface

Face-Recognition

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.

Demo

Experience the functionality of our face recognition model, which has been trained on a dataset featuring faces of few politicians, by visitingLive Demo. Please keep in mind that this deployment is specifically designed for demonstration purposes and may not be fine-tuned for optimal performance in real-world scenarios. The best place to start and learn about the project's evolution is the"o-testing" folder. Here, you'll find different levels of understanding, providing comprehensive insights into the project's development.

testing.mp4
Acknowledgement : For details on the deployment of the model using Streamlit, refer to thisrepository.

Installation

Follow these steps to set up the project locally:

# Clone the repositorygit clone https://github.com/sOR-o/Face-Recognition.gitcd Face-Recognition# Create and activate virtual environmentpython -m venv venvsource venv/bin/activate# On Windows: venv\Scripts\activate# Install dependenciespip install -r requirements.txtpip install deepfacepip install -e.# Ready to go!

-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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2026 Movatter.jp