Skip to content

S3012/Project_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition and Verification

Stages of the Application

  1. Face Detection using MTCNN
  2. Calculate Face Embedding using FaceNet
  3. Face Verification using cosine distance

User Guide

Pre Requisites

- Python 3.9
- pip
- git bash
- conda (python environment manager)

Environement Setup

Run the following commands in terminal

  1. Clone the repository

    git clone https://github.com/Deepanshu0810/face-recognition-verification.git
    cd face-recognition-verification
  2. Create a virtual environment

    conda create -p env python==3.9
    conda activate env/
  3. Install the requirements

    pip install -r requirements.txt
  4. Run the application

    python app.py
  5. Open the browser and go to the following link

    http://localhost:5000

Add New Faces

  1. Go to new_data folder
  2. Create a new folder with the name of the person
  3. Add the images of the person in the folder
  4. Run the following command
    cd face-recognition-verification
    python train.py
  5. Restart the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages