Skip to content

MohamedHamdanA/Face-Recognition-using-FaceNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Face-Recognition-using-FaceNet

This project demonstrates face recognition using the FaceNet model. It provides functionality to register and recognize faces using embeddings generated by FaceNet.

Overview

The project consists of a Jupyter Notebook that:

  • Registers Faces: Captures and processes images to create face embeddings and stores them in a database.
  • Recognizes Faces: Captures an image, processes it to create an embedding, and compares it to the stored embeddings to identify the person.

Prerequisites

  • Python 3.x
  • Required Python packages (listed in requirements.txt)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors